ishaandtotoro commited on
Commit
f26c116
·
verified ·
1 Parent(s): 478290c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def respond(message, history):
136
  with gr.Blocks(theme='earneleh/paris') as chatbot:
137
  with gr.Row(scale=0.3):
138
  gr.Image("ai.png")
139
- with gr.Row(scale=1):
140
  gr.ChatInterface(respond, type= 'messages')
141
 
142
  chatbot.launch()
 
136
  with gr.Blocks(theme='earneleh/paris') as chatbot:
137
  with gr.Row(scale=0.3):
138
  gr.Image("ai.png")
139
+ with gr.Row(scale=0.3):
140
  gr.ChatInterface(respond, type= 'messages')
141
 
142
  chatbot.launch()