vtrv.vls commited on
Commit
7ebbe44
·
1 Parent(s): cd6ef80

Tabs themes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -242,7 +242,7 @@ def tab_offline_arena():
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
@@ -256,7 +256,7 @@ def tab_offline_arena():
256
  def build_demo():
257
  # global original_dfs, available_models, gpt4t_dfs, haiku_dfs, llama_dfs
258
 
259
- with gradio.Blocks(theme='gradio/soft') as demo: # , css=css, js=js_light
260
  # gradio.HTML(BANNER, elem_id="banner")
261
  # gradio.Markdown(HEADER_MD.replace("{model_num}", str(len(original_dfs["-1"]))), elem_classes="markdown-text")
262
 
 
242
  with gradio.Row():
243
  with gradio.Column():
244
  pass
245
+ with gradio.Column(scale=3):
246
  chatbot_history = gradio.Chatbot([['hey', 'Hey!'], ["are we testing something?", None]], container=True)
247
  with gradio.Column():
248
  pass
 
256
  def build_demo():
257
  # global original_dfs, available_models, gpt4t_dfs, haiku_dfs, llama_dfs
258
 
259
+ with gradio.Blocks(theme=gradio.themes.Base()) as demo: # , css=css, js=js_light
260
  # gradio.HTML(BANNER, elem_id="banner")
261
  # gradio.Markdown(HEADER_MD.replace("{model_num}", str(len(original_dfs["-1"]))), elem_classes="markdown-text")
262