Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -772,7 +772,6 @@ if st.session_state.show_preview_modal:
|
|
| 772 |
df_centered_rounded(tbl.reset_index(names="Feature"))
|
| 773 |
# Reset the state variable after the modal is displayed
|
| 774 |
st.session_state.show_preview_modal = False
|
| 775 |
-
|
| 776 |
# =========================
|
| 777 |
# Footer
|
| 778 |
# =========================
|
|
|
|
| 772 |
df_centered_rounded(tbl.reset_index(names="Feature"))
|
| 773 |
# Reset the state variable after the modal is displayed
|
| 774 |
st.session_state.show_preview_modal = False
|
|
|
|
| 775 |
# =========================
|
| 776 |
# Footer
|
| 777 |
# =========================
|