Vasundhhara commited on
Commit
bf13d74
1 Parent(s): f8357db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,7 +27,7 @@ if 'clicked' not in st.session_state:
27
  st.session_state.clicked = False
28
 
29
  def login_button():
30
- requests.get(url= "http://127.0.0.1:8000/login/google")
31
  st.session_state.clicked=True
32
 
33
 
@@ -38,5 +38,5 @@ if st.button('Login using google',on_click=login_button):
38
 
39
  if st.session_state.clicked:
40
  if st.button('Download Resumes'):
41
- requests.get(url=f"http://127.0.0.1:8000/download/google?q={gmail_query}")
42
 
 
27
  st.session_state.clicked = False
28
 
29
  def login_button():
30
+ requests.get(url= "https://hushh-hushh-jobs-emails.hf.space/login/google")
31
  st.session_state.clicked=True
32
 
33
 
 
38
 
39
  if st.session_state.clicked:
40
  if st.button('Download Resumes'):
41
+ requests.get(url=f"https://hushh-hushh-jobs-emails.hf.space/download/google?q={gmail_query}")
42