Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,6 +47,6 @@ inputs = gr.inputs.Textbox(lines=7, label= "Try: 'How do I pay my water bill?'")
47
  outputs = gr.outputs.Textbox(label="Answer")
48
 
49
  css1 = "body {background-image: url(r'molly.png');}"
50
- gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title='Molly Online Operator (MOO)',
51
  description="Ask any questions you might have about the City of Fort Worth",
52
  theme="freddyaboulton/dracula_revamped", server_name="0.0.0.0").launch(share=False)
 
47
  outputs = gr.outputs.Textbox(label="Answer")
48
 
49
  css1 = "body {background-image: url(r'molly.png');}"
50
+ gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, css = css1, title='Molly Online Operator (MOO)',
51
  description="Ask any questions you might have about the City of Fort Worth",
52
  theme="freddyaboulton/dracula_revamped", server_name="0.0.0.0").launch(share=False)