Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ settings_2.SYSTEM_PROMPT_FILE_NAME = 'system_msg_fn'
|
|
| 21 |
agent_2 = Ansari(settings_2)
|
| 22 |
|
| 23 |
text_size = gr.themes.sizes.text_md
|
| 24 |
-
block_css = "block_css.css"
|
| 25 |
notice_markdown = """## Chat and Compare
|
| 26 |
- We're excited to present a comparison of two Ansari versions.
|
| 27 |
- Engage with the two anonymized versions by asking questions.
|
|
@@ -261,7 +261,7 @@ with gr.Blocks(
|
|
| 261 |
title="Ansari Compare",
|
| 262 |
theme=gr.themes.Soft(text_size=text_size,
|
| 263 |
primary_hue=gr.themes.colors.sky, secondary_hue=gr.themes.colors.blue),
|
| 264 |
-
css=block_css,
|
| 265 |
) as gr_app:
|
| 266 |
current_model_assignment = gr.State(randomly_assign_models())
|
| 267 |
with gr.Tabs() as tabs:
|
|
|
|
| 21 |
agent_2 = Ansari(settings_2)
|
| 22 |
|
| 23 |
text_size = gr.themes.sizes.text_md
|
| 24 |
+
# block_css = "block_css.css"
|
| 25 |
notice_markdown = """## Chat and Compare
|
| 26 |
- We're excited to present a comparison of two Ansari versions.
|
| 27 |
- Engage with the two anonymized versions by asking questions.
|
|
|
|
| 261 |
title="Ansari Compare",
|
| 262 |
theme=gr.themes.Soft(text_size=text_size,
|
| 263 |
primary_hue=gr.themes.colors.sky, secondary_hue=gr.themes.colors.blue),
|
| 264 |
+
#css=block_css,
|
| 265 |
) as gr_app:
|
| 266 |
current_model_assignment = gr.State(randomly_assign_models())
|
| 267 |
with gr.Tabs() as tabs:
|