update contact details
Browse files
app.py
CHANGED
|
@@ -286,8 +286,8 @@ india.loc[india['ST_NM'].isin(['Ladakh', 'Jammu & Kashmir']), 'ST_NM'] = 'Jammu
|
|
| 286 |
contact_details = """
|
| 287 |
**Feel free to reach out to us:**
|
| 288 |
- [Yash J Bachwana](mailto:[email protected]) (Lead Developer)
|
| 289 |
-
- [Zeel B Patel](
|
| 290 |
-
- [Nipun Batra](
|
| 291 |
"""
|
| 292 |
for _ in range(9):
|
| 293 |
st.sidebar.markdown(" ")
|
|
|
|
| 286 |
contact_details = """
|
| 287 |
**Feel free to reach out to us:**
|
| 288 |
- [Yash J Bachwana](mailto:[email protected]) (Lead Developer)
|
| 289 |
+
- [Zeel B Patel](https://patel-zeel.github.io/) (PhD Student)
|
| 290 |
+
- [Nipun Batra](https://nipunbatra.github.io/) (Faculty)
|
| 291 |
"""
|
| 292 |
for _ in range(9):
|
| 293 |
st.sidebar.markdown(" ")
|