Jason St George commited on
Commit
73d9f07
·
1 Parent(s): ac5f177
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -244,7 +244,7 @@ with block:
244
  gr.Image(type='filepath', value='McKenna3.jpg', shape=(200,100))
245
 
246
  with gr.Column():
247
- chatbot = gr.Chatbot()
248
 
249
  with gr.Row():
250
 
@@ -287,4 +287,4 @@ with block:
287
  )
288
 
289
  # block.launch(debug=True, share=args.share)
290
- block.launch()
 
244
  gr.Image(type='filepath', value='McKenna3.jpg', shape=(200,100))
245
 
246
  with gr.Column():
247
+ chatbot = gr.Chatbot(scale=7)
248
 
249
  with gr.Row():
250
 
 
287
  )
288
 
289
  # block.launch(debug=True, share=args.share)
290
+ block.launch(debug=True)