Spaces:
Running
Running
add-remark
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ with demo:
|
|
49 |
show_about_page(index=4)
|
50 |
show_submit_page(index=5)
|
51 |
|
52 |
-
with gr.
|
53 |
with gr.Accordion("π Citation", open=False):
|
54 |
citation_button = gr.Textbox(
|
55 |
value=CITATION_BUTTON_TEXT,
|
@@ -58,6 +58,8 @@ with demo:
|
|
58 |
elem_id="citation-button",
|
59 |
show_copy_button=True,
|
60 |
)
|
|
|
|
|
61 |
|
62 |
scheduler = BackgroundScheduler()
|
63 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
|
|
49 |
show_about_page(index=4)
|
50 |
show_submit_page(index=5)
|
51 |
|
52 |
+
with gr.Column():
|
53 |
with gr.Accordion("π Citation", open=False):
|
54 |
citation_button = gr.Textbox(
|
55 |
value=CITATION_BUTTON_TEXT,
|
|
|
58 |
elem_id="citation-button",
|
59 |
show_copy_button=True,
|
60 |
)
|
61 |
+
gr.Markdown('* Gemini result is only reported in MT-Bench because the other benchmark was mistakenly classified as unsafe')
|
62 |
+
|
63 |
|
64 |
scheduler = BackgroundScheduler()
|
65 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|