CityofFW2023 commited on
Commit
6a33ee2
·
1 Parent(s): d51d48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
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)