Update app.py
Browse files
app.py
CHANGED
@@ -299,10 +299,14 @@ import uuid
|
|
299 |
# contact details
|
300 |
contact_details = """
|
301 |
**Feel free to reach out to us:**
|
302 |
-
- [Yash J Bachwana](mailto:[email protected])
|
303 |
-
|
304 |
-
- [
|
|
|
|
|
|
|
305 |
"""
|
|
|
306 |
for _ in range(9):
|
307 |
st.sidebar.markdown(" ")
|
308 |
|
|
|
299 |
# contact details
|
300 |
contact_details = """
|
301 |
**Feel free to reach out to us:**
|
302 |
+
- [Yash J Bachwana](mailto:[email protected])
|
303 |
+
(Lead Developer, IIT Gandhinagar)
|
304 |
+
- [Zeel B Patel](https://patel-zeel.github.io/)
|
305 |
+
(PhD Student, IIT Gandhinagar)
|
306 |
+
- [Nipun Batra](https://nipunbatra.github.io/)
|
307 |
+
(Faculty, IIT Gandhinagar)
|
308 |
"""
|
309 |
+
|
310 |
for _ in range(9):
|
311 |
st.sidebar.markdown(" ")
|
312 |
|