Blanca commited on
Commit
957d924
·
verified ·
1 Parent(s): a0f930c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -13
app.py CHANGED
@@ -362,17 +362,22 @@ with demo:
362
  gr.HTML(TITLE)
363
 
364
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
365
-
366
- # gr.Image(
367
- # value="examples.png",
368
- # label="Example",
369
- # interactive=False,
370
- # show_label=False,
371
- # show_download_button=False,
372
- # show_share_button=False
373
- # )
374
 
375
- #gr.Markdown(DATA_TEXT, elem_classes="markdown-text")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
376
 
377
  with gr.Tab("Results: Test"):
378
  leaderboard_table_test = gr.components.Dataframe(
@@ -424,9 +429,9 @@ with demo:
424
  submission_result,
425
  )
426
 
427
- with gr.Row():
428
- with gr.Accordion("📙 Citation", open=True):
429
- citation_button = gr.Textbox(
430
  value=CITATION_BUTTON_TEXT,
431
  label=CITATION_BUTTON_LABEL,
432
  elem_id="citation-button",
 
362
  gr.HTML(TITLE)
363
 
364
  gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
 
 
 
 
 
 
 
 
 
365
 
366
+ with gr.Row():
367
+ with gr.Column(scale=1, min_width=0):
368
+ pass
369
+ gr.Image(
370
+ value="examples.png",
371
+ label="Example",
372
+ interactive=False,
373
+ show_label=False,
374
+ show_download_button=False,
375
+ show_share_button=False
376
+ )
377
+ with gr.Column(scale=1, min_width=0):
378
+ pass
379
+
380
+ gr.Markdown(DATA_TEXT, elem_classes="markdown-text")
381
 
382
  with gr.Tab("Results: Test"):
383
  leaderboard_table_test = gr.components.Dataframe(
 
429
  submission_result,
430
  )
431
 
432
+ with gr.Row():
433
+ with gr.Accordion("📙 Citation", open=True):
434
+ citation_button = gr.Textbox(
435
  value=CITATION_BUTTON_TEXT,
436
  label=CITATION_BUTTON_LABEL,
437
  elem_id="citation-button",