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