rairo commited on
Commit
4d8c16f
·
verified ·
1 Parent(s): 24b77a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -123,8 +123,9 @@ def main():
123
  st.dataframe(complaints_df)
124
 
125
  elif tabs == 'Map':
126
- st.title("Map")
127
- st.write('Name of option is {}'.format(tabs))
 
128
 
129
  elif tabs == 'Chat':
130
  st.title("eThekwini Chat Powered by Gemini")
 
123
  st.dataframe(complaints_df)
124
 
125
  elif tabs == 'Map':
126
+ st.title("Google Maps view of eThekwini complaints")
127
+ st.markdown("""" <iframe src="https://www.google.com/maps/d/u/0/embed?mid=16Fo-30K46Sq5NbHYW6d7pWtggO-QKAU&ehbc=2E312F" width="640" height="480"></iframe> """,
128
+ unsafe_allow_html=True)
129
 
130
  elif tabs == 'Chat':
131
  st.title("eThekwini Chat Powered by Gemini")