piotrj commited on
Commit
a6681b4
·
verified ·
1 Parent(s): 0192d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -104,14 +104,14 @@ with main:
104
  gr.Markdown(ABOUT)
105
  gr.Markdown(DATASET_TABLE)
106
  with gr.Column():
107
- with gr.Accordion("📙 Related Work", open=False):
108
- citation_button = gr.Textbox(
109
- label=CITATION_LABEL,
110
- value=CITATION_CONTENT,
111
- lines=20,
112
- elem_id="citation-button",
113
- show_copy_button=True,
114
- )
115
 
116
  gr.Markdown(r"""
117
  If this work is useful to you, please consider citing:
 
104
  gr.Markdown(ABOUT)
105
  gr.Markdown(DATASET_TABLE)
106
  with gr.Column():
107
+ with gr.Accordion("📙 Related Work", open=False):
108
+ citation_button = gr.Textbox(
109
+ label=CITATION_LABEL,
110
+ value=CITATION_CONTENT,
111
+ lines=20,
112
+ elem_id="citation-button",
113
+ show_copy_button=True,
114
+ )
115
 
116
  gr.Markdown(r"""
117
  If this work is useful to you, please consider citing: