satvikjain commited on
Commit
4b48de2
Β·
verified Β·
1 Parent(s): 86a59c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks(fill_height = True) as app:
28
  chatbox2 = gr.Chatbot(label = "Warrior B", show_copy_button = True)
29
  textbox = gr.Textbox(show_label = False, placeholder = "πŸ‘‰ Enter your prompt")
30
  with gr.Row():
31
- with gr.Accordion("Current Warriors",open = False):
32
  with gr.Row():
33
  war1= gr.Textbox(arena.model1, interactive= False, show_label=False)
34
  war2 = gr.Textbox(arena.model2, interactive= False, show_label= False)
 
28
  chatbox2 = gr.Chatbot(label = "Warrior B", show_copy_button = True)
29
  textbox = gr.Textbox(show_label = False, placeholder = "πŸ‘‰ Enter your prompt")
30
  with gr.Row():
31
+ with gr.Accordion("πŸ₯· Current Warriors",open = False):
32
  with gr.Row():
33
  war1= gr.Textbox(arena.model1, interactive= False, show_label=False)
34
  war2 = gr.Textbox(arena.model2, interactive= False, show_label= False)