aminabbasi commited on
Commit
ad702aa
1 Parent(s): 1358bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -188,15 +188,6 @@ with demo:
188
  submission_result,
189
  )
190
 
191
- with gr.Row():
192
- with gr.Accordion("📙 Citation", open=False):
193
- citation_button = gr.Textbox(
194
- value=CITATION_BUTTON_TEXT,
195
- label=CITATION_BUTTON_LABEL,
196
- lines=20,
197
- elem_id="citation-button",
198
- show_copy_button=True,
199
- )
200
 
201
  scheduler = BackgroundScheduler()
202
  scheduler.add_job(restart_space, "interval", seconds=1800)
 
188
  submission_result,
189
  )
190
 
 
 
 
 
 
 
 
 
 
191
 
192
  scheduler = BackgroundScheduler()
193
  scheduler.add_job(restart_space, "interval", seconds=1800)