kunato commited on
Commit
91b3d7f
β€’
1 Parent(s): bb29f12

add-remark

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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.Row():
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)