rohitvaddepalli
commited on
Commit
•
b32ec31
1
Parent(s):
3d2a119
Update app.py
Browse files
app.py
CHANGED
@@ -101,4 +101,9 @@ if st.sidebar.button("Show Examples"):
|
|
101 |
- Jaipur
|
102 |
- Tawang
|
103 |
- Guwahati
|
104 |
-
""")
|
|
|
|
|
|
|
|
|
|
|
|
101 |
- Jaipur
|
102 |
- Tawang
|
103 |
- Guwahati
|
104 |
+
""")
|
105 |
+
|
106 |
+
# Footer
|
107 |
+
st.sidebar.markdown("---")
|
108 |
+
st.sidebar.title("Disclaimer")
|
109 |
+
st.sidebar.write("Type either state or city once and don't type both of them at once.\n\n If you want to type at once make sure that state and city belongs to each other.")
|