DragandDropGroup commited on
Commit
4b6d8cc
·
verified ·
1 Parent(s): de4cafc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print("Success!")
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