Spaces:
Runtime error
Runtime error
Update app.py
#15
by allenjacob - opened
app.py
CHANGED
|
@@ -48,4 +48,4 @@ outputs = gr.outputs.Textbox(label="Answer")
|
|
| 48 |
|
| 49 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title='Molly Online Operator (MOO)',
|
| 50 |
description="Ask any questions you might have about the City of Fort Worth",
|
| 51 |
-
theme="
|
|
|
|
| 48 |
|
| 49 |
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title='Molly Online Operator (MOO)',
|
| 50 |
description="Ask any questions you might have about the City of Fort Worth",
|
| 51 |
+
theme="Taithrah/Minimal", server_name="0.0.0.0").launch(share=False)
|