NikilDGr8 commited on
Commit
20bdcdb
·
verified ·
1 Parent(s): 8920538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -173,5 +173,6 @@ with gr.Blocks() as demo:
173
  submit_button.click(fn=save_answers, inputs=textboxes_left + textboxes_right, outputs=output_html)
174
  download_button.click(fn=download_csv, inputs=None, outputs=gr.File(label="Download CSV"))
175
 
176
- # Launch the app
177
  demo.launch(share=True)
 
 
173
  submit_button.click(fn=save_answers, inputs=textboxes_left + textboxes_right, outputs=output_html)
174
  download_button.click(fn=download_csv, inputs=None, outputs=gr.File(label="Download CSV"))
175
 
176
+ # Launches the app
177
  demo.launch(share=True)
178
+