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/1FAIpQLScqPES3cM6i7yS87_PZtD0T7Q0W-YynKBY_m-Frja3BL5t9Tw/viewform?usp=pp_url&entry.1903327713="
|
470 |
+ session_id,
|
471 |
visible=True,
|
472 |
),
|