MENG21 commited on
Commit
20a699f
·
1 Parent(s): ba34e30
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -188,8 +188,9 @@ def handle_callback():
188
  time.sleep(2) # Give user time to see the success message
189
  st.rerun() # Rerun the app to clear the URL parameters
190
  except Exception as e:
191
- logging.error(f"Error during authentication: {str(e)}")
192
- st.error(f"Authentication failed: {str(e)}")
 
193
 
194
  if __name__ == '__main__':
195
  logging.debug("Starting the application")
 
188
  time.sleep(2) # Give user time to see the success message
189
  st.rerun() # Rerun the app to clear the URL parameters
190
  except Exception as e:
191
+ pass
192
+ # logging.error(f"Error during authentication: {str(e)}")
193
+ # st.error(f"Authentication failed: {str(e)}")
194
 
195
  if __name__ == '__main__':
196
  logging.debug("Starting the application")