vtrv.vls commited on
Commit
00b9214
·
1 Parent(s): 0b24b94
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def tab_offline_arena():
241
  with gradio.Row():
242
  with gradio.Column():
243
  pass
244
- with gradio.Column(scale=3):
245
  chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
246
  with gradio.Column():
247
  pass
 
241
  with gradio.Row():
242
  with gradio.Column():
243
  pass
244
+ with gradio.Column(scale=0.8):
245
  chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
246
  with gradio.Column():
247
  pass