Spaces:
Sleeping
Sleeping
final version without db integration
Browse files
app.py
CHANGED
@@ -141,4 +141,4 @@ with gr.Blocks() as demo:
|
|
141 |
submit_button.click(fn=save_answers, inputs=textboxes_left + textboxes_right, outputs=output_html)
|
142 |
|
143 |
# Launch the app
|
144 |
-
demo.launch()
|
|
|
141 |
submit_button.click(fn=save_answers, inputs=textboxes_left + textboxes_right, outputs=output_html)
|
142 |
|
143 |
# Launch the app
|
144 |
+
demo.launch(Share=True)
|