Update app.py
Browse files
app.py
CHANGED
|
@@ -81,5 +81,5 @@ with gr.Blocks() as demo:
|
|
| 81 |
clear_btn.click(lambda: None, None, chatbot, queue=False)
|
| 82 |
|
| 83 |
if __name__ == "__main__":
|
| 84 |
-
#
|
| 85 |
-
demo.launch(theme=gr.themes.Soft())
|
|
|
|
| 81 |
clear_btn.click(lambda: None, None, chatbot, queue=False)
|
| 82 |
|
| 83 |
if __name__ == "__main__":
|
| 84 |
+
# Combined configuration for themes and sharing options in Gradio 6+
|
| 85 |
+
demo.launch(theme=gr.themes.Soft(), share=True)
|