Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,8 +105,7 @@ def respond(message, history):
|
|
105 |
#chatbot = 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)
|
106 |
with gr.Blocks(theme=custom_theme) as chatbot:
|
107 |
with gr.Row(scale=1):
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
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)
|
112 |
chatbot.launch(ssr_mode=False)
|
|
|
105 |
#chatbot = 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)
|
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=2):
|
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)
|