Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -289,7 +289,7 @@ elif st.session_state["current_page"] == 3: # Last Page
|
|
| 289 |
print(e)
|
| 290 |
st.error(f'An error ocurred. Here is the error message: {e}', icon="🚨")
|
| 291 |
|
| 292 |
-
|
| 293 |
|
| 294 |
if st.button('Back'):
|
| 295 |
st.session_state["current_page"] -= 1
|
|
|
|
| 289 |
print(e)
|
| 290 |
st.error(f'An error ocurred. Here is the error message: {e}', icon="🚨")
|
| 291 |
|
| 292 |
+
print("Success!")
|
| 293 |
|
| 294 |
if st.button('Back'):
|
| 295 |
st.session_state["current_page"] -= 1
|