Spaces:
Runtime error
Runtime error
Update app.py
#10
by allenjacob - opened
app.py
CHANGED
|
@@ -49,4 +49,4 @@ outputs = gr.outputs.Textbox(label="Answer")
|
|
| 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="
|
|
|
|
| 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="finlaymacklon/smooth_slate", server_name="0.0.0.0").launch(share=False)
|