Update app.py
Browse files
app.py
CHANGED
|
@@ -63,4 +63,6 @@ outputs = [gr.components.Textbox(lines=7, label="Reply"), gr.components.State()]
|
|
| 63 |
|
| 64 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
| 65 |
description="Ask anything you want",
|
| 66 |
-
theme="Default"
|
|
|
|
|
|
|
|
|
| 63 |
|
| 64 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="AI Chatbot",
|
| 65 |
description="Ask anything you want",
|
| 66 |
+
theme="Default",
|
| 67 |
+
deep_link=False
|
| 68 |
+
).launch(share=False)
|