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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -13,10 +13,10 @@ gmail_query= st.text_input("Query")
13
 
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
 
 
13
 
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