Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,6 @@ def respond(message, history):
|
|
106 |
with gr.Blocks(theme=custom_theme) as chatbot:
|
107 |
with gr.Row(scale=1):
|
108 |
gr.Image("Safe Eats (1).pdf")
|
109 |
-
with gr.Row(scale=
|
110 |
gr.ChatInterface(respond, type="messages", title="Safe Eats", description="Want to find a safe place to eat! Well you have came to the right place!", theme=custom_theme)
|
111 |
chatbot.launch(ssr_mode=False)
|
|
|
106 |
with gr.Blocks(theme=custom_theme) as chatbot:
|
107 |
with gr.Row(scale=1):
|
108 |
gr.Image("Safe Eats (1).pdf")
|
109 |
+
with gr.Row(scale=1):
|
110 |
gr.ChatInterface(respond, type="messages", title="Safe Eats", description="Want to find a safe place to eat! Well you have came to the right place!", theme=custom_theme)
|
111 |
chatbot.launch(ssr_mode=False)
|