Update app.py
Browse files
app.py
CHANGED
@@ -304,8 +304,6 @@ contact_details = """
|
|
304 |
(Faculty, IIT Gandhinagar)
|
305 |
"""
|
306 |
|
307 |
-
for _ in range(9):
|
308 |
-
st.sidebar.markdown(" ")
|
309 |
|
310 |
# Display contact details with message
|
311 |
st.sidebar.markdown("<hr>", unsafe_allow_html=True)
|
|
|
304 |
(Faculty, IIT Gandhinagar)
|
305 |
"""
|
306 |
|
|
|
|
|
307 |
|
308 |
# Display contact details with message
|
309 |
st.sidebar.markdown("<hr>", unsafe_allow_html=True)
|