Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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")
|