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