Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -466,7 +466,7 @@ with gr.Blocks() as demo:
|
|
466 |
gr.Button(
|
467 |
"Rellenar cuestionario",
|
468 |
variant="primary",
|
469 |
-
link="https://docs.google.com/forms/d/e/
|
470 |
+ session_id,
|
471 |
visible=True,
|
472 |
),
|
|
|
466 |
gr.Button(
|
467 |
"Rellenar cuestionario",
|
468 |
variant="primary",
|
469 |
+
link="https://docs.google.com/forms/d/e/1FAIpQLSdGkCMsjk4r5Zvm1hZuebbPRK5LVc_aivbb8e9WrblX_yTHvg/viewform?usp=pp_url&entry.1459162177="
|
470 |
+ session_id,
|
471 |
visible=True,
|
472 |
),
|