Update app.py
Browse files
app.py
CHANGED
@@ -280,5 +280,4 @@ with gr.Blocks(theme = gr.themes.Monochrome()) as demo:
|
|
280 |
clear_button.click(lambda: "", inputs=None, outputs=[ai_output, selected_sentence, html_output, tree])
|
281 |
|
282 |
# Launch the demo
|
283 |
-
demo.launch(share=True)
|
284 |
-
|
|
|
280 |
clear_button.click(lambda: "", inputs=None, outputs=[ai_output, selected_sentence, html_output, tree])
|
281 |
|
282 |
# Launch the demo
|
283 |
+
demo.launch(share=True)
|
|