Ritesh1035 commited on
Commit
01ee7b2
·
verified ·
1 Parent(s): 5ed79cd

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +6 -1
src/streamlit_app.py CHANGED
@@ -189,4 +189,9 @@ elif operation == "Delete Customer":
189
  with col2:
190
  if st.button("Cancel"):
191
  del st.session_state.delete_customer
192
- st.rerun()
 
 
 
 
 
 
189
  with col2:
190
  if st.button("Cancel"):
191
  del st.session_state.delete_customer
192
+ st.rerun()
193
+
194
+ # Footer
195
+ #st.sidebar.markdown("---")
196
+ #st.sidebar.write("Server: http://localhost:8000")
197
+ #st.sidebar.write("Make sure FastAPI is running")