Spaces:
Runtime error
Runtime error
Commit ·
6a33ee2
1
Parent(s): d51d48e
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,4 +24,4 @@ outputs = gr.outputs.Textbox(label="Answer")
|
|
| 24 |
|
| 25 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="City of Fort Worth Community Support",
|
| 26 |
description="Ask any questions you might have about the City of Fort Worth",
|
| 27 |
-
theme="freddyaboulton/dracula_revamped", server_name="0.0.0.0").launch(share=
|
|
|
|
| 24 |
|
| 25 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="City of Fort Worth Community Support",
|
| 26 |
description="Ask any questions you might have about the City of Fort Worth",
|
| 27 |
+
theme="freddyaboulton/dracula_revamped", server_name="0.0.0.0").launch(share=False)
|