vtrv.vls commited on
Commit
cd6ef80
·
1 Parent(s): 87b39a0

Tabs themes

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -240,7 +240,12 @@ def tab_offline_arena():
240
  inputs=[], outputs=[select_criteria_1, select_criteria_2, select_criteria_3])
241
 
242
  with gradio.Row():
243
- chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
 
 
 
 
 
244
  with gradio.Row():
245
  model_a = gradio.Text("Indeed we are.", label='Model A')
246
  model_b = gradio.Text("Are we?", label='Model B')
 
240
  inputs=[], outputs=[select_criteria_1, select_criteria_2, select_criteria_3])
241
 
242
  with gradio.Row():
243
+ with gradio.Column():
244
+ pass
245
+ with gradio.Column(scale=2):
246
+ chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
247
+ with gradio.Column():
248
+ pass
249
  with gradio.Row():
250
  model_a = gradio.Text("Indeed we are.", label='Model A')
251
  model_b = gradio.Text("Are we?", label='Model B')