MENG21 commited on
Commit
7168f34
·
1 Parent(s): 94a21d1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def create_flow():
61
  flow = Flow.from_client_config(
62
  client_config=CLIENT_CONFIG,
63
  scopes=SCOPES,
64
- redirect_uri="http://localhost:8501" # Update this with your Streamlit app's URL
65
  )
66
  return flow
67
 
 
61
  flow = Flow.from_client_config(
62
  client_config=CLIENT_CONFIG,
63
  scopes=SCOPES,
64
+ redirect_uri="https://meng21-gradeview.hf.space/" # Update this with your Streamlit app's URL
65
  )
66
  return flow
67