Spaces:
Sleeping
Sleeping
kz209
commited on
Commit
•
80a8eaa
1
Parent(s):
dd681d0
update
Browse files- pages/arena.py +1 -1
pages/arena.py
CHANGED
@@ -17,7 +17,7 @@ def create_arena():
|
|
17 |
json_data = file.read()
|
18 |
prompts = json.loads(json_data)
|
19 |
|
20 |
-
with gr.Blocks(
|
21 |
with gr.Group():
|
22 |
datapoint = random_data_selection()
|
23 |
gr.Markdown("""This arena is designed to compare different prompts. Click the button to stream responses from randomly shuffled prompts. Each column represents a response generated from one randomly selected prompt.
|
|
|
17 |
json_data = file.read()
|
18 |
prompts = json.loads(json_data)
|
19 |
|
20 |
+
with gr.Blocks(css=custom_css) as demo:
|
21 |
with gr.Group():
|
22 |
datapoint = random_data_selection()
|
23 |
gr.Markdown("""This arena is designed to compare different prompts. Click the button to stream responses from randomly shuffled prompts. Each column represents a response generated from one randomly selected prompt.
|