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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=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)
 
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)