Spaces:
Sleeping
Sleeping
Commit
·
e50ad54
1
Parent(s):
4f7d0fd
add space
Browse files
app.py
CHANGED
|
@@ -98,5 +98,6 @@ with gr.Blocks() as demo:
|
|
| 98 |
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
|
| 99 |
run_button.click(fn=run_and_submit_all, inputs=[user_state, run_button, username_box], outputs=[status_output, results_table])
|
| 100 |
|
|
|
|
| 101 |
if __name__ == "__main__":
|
| 102 |
demo.launch(debug=True, share=False)
|
|
|
|
| 98 |
results_table = gr.DataFrame(label="Questions and Agent Answers", wrap=True)
|
| 99 |
run_button.click(fn=run_and_submit_all, inputs=[user_state, run_button, username_box], outputs=[status_output, results_table])
|
| 100 |
|
| 101 |
+
|
| 102 |
if __name__ == "__main__":
|
| 103 |
demo.launch(debug=True, share=False)
|