Update app.py
Browse files
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)
|