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