Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def chatbot(input):
46
  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, 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)
 
46
  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("https://th.bing.com/th/id/R.50fa6e98a50b2621dc18b2e522796215?rik=UEH9o21A9kNQqQ&riu=http%3a%2f%2fnortheastnews.org%2fwp-content%2fuploads%2f2020%2f04%2fFort-Worth-Logo-1-667x325.jpg&ehk=gdSJAXe6KOyrJOrs4alcRHOc8NG56XXLGQJMhry6WYg%3d&risl=&pid=ImgRaw&r=0");}'
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)