Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ if st.button('Submit'):
|
|
282 |
st.write("Congratulations, you are selected for the survey interview!")
|
283 |
|
284 |
# Provide the website link
|
285 |
-
website_link = "https://www.
|
286 |
|
287 |
# Create a button to open the link
|
288 |
if st.button('Open Survey Interview Link'):
|
|
|
282 |
st.write("Congratulations, you are selected for the survey interview!")
|
283 |
|
284 |
# Provide the website link
|
285 |
+
website_link = "https://www.google.com"
|
286 |
|
287 |
# Create a button to open the link
|
288 |
if st.button('Open Survey Interview Link'):
|