abi-codes commited on
Commit
941c98c
·
verified ·
1 Parent(s): 76afbcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- with gr.Column(scale=1):
109
- gr.Image(value="Remove background project.png")
110
- with gr.Column(scale=2):
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)