Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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= "
|
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"
|
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 |
|