Clémentine commited on
Commit
5d94f6d
1 Parent(s): d5f51f9

fix import

Browse files
Files changed (1) hide show
  1. app.py +6 -10
app.py CHANGED
@@ -149,16 +149,12 @@ with demo:
149
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
150
 
151
  with gr.Row():
152
- with gr.Column():
153
- with gr.Accordion("📙 Citation", open=False):
154
- citation_button = gr.Textbox(
155
- value=CITATION_BUTTON_TEXT,
156
- label=CITATION_BUTTON_LABEL,
157
- elem_id="citation-button",
158
- ).style(show_copy_button=True)
159
- with gr.Column():
160
- with gr.Accordion("✨ CHANGELOG", open=False):
161
- changelog = gr.Markdown(CHANGELOG_TEXT, elem_id="changelog-text")
162
 
163
  with gr.Tab("Results: Level 1"):
164
  leaderboard_table_1 = gr.components.Dataframe(
 
149
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
150
 
151
  with gr.Row():
152
+ with gr.Accordion("📙 Citation", open=False):
153
+ citation_button = gr.Textbox(
154
+ value=CITATION_BUTTON_TEXT,
155
+ label=CITATION_BUTTON_LABEL,
156
+ elem_id="citation-button",
157
+ ).style(show_copy_button=True)
 
 
 
 
158
 
159
  with gr.Tab("Results: Level 1"):
160
  leaderboard_table_1 = gr.components.Dataframe(