Vasundhhara commited on
Commit
06019c5
1 Parent(s): 44fcd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,9 +14,9 @@ gmail_query= st.text_input("Query")
14
  if st.button('Login to your google account'):
15
 
16
  #requests.get(url= "http://127.0.0.1:8000/login/google")
17
- requests.get(url="https://hushh-hushh-jobs.hf.space/login/google")
18
 
19
  if st.button('Download resumes'):
20
  #requests.get(url=f"http://127.0.0.1:8000/download/google?q={gmail_query}")
21
- requests.get(url=f"https://hushh-hushh-jobs.hf.space/download/google?q={gmail_query}")
22
 
 
14
  if st.button('Login to your google account'):
15
 
16
  #requests.get(url= "http://127.0.0.1:8000/login/google")
17
+ requests.get(url="https://hushh-hushh-jobs-emails.hf.space/login/google")
18
 
19
  if st.button('Download resumes'):
20
  #requests.get(url=f"http://127.0.0.1:8000/download/google?q={gmail_query}")
21
+ requests.get(url=f"https://hushh-hushh-jobs-emails.hf.space/download/google?q={gmail_query}")
22