Spaces:
Sleeping
Sleeping
[Update]Correct indecent error
Browse files
app.py
CHANGED
@@ -358,14 +358,14 @@ with demo:
|
|
358 |
# )
|
359 |
|
360 |
with gr.Row():
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
|
370 |
scheduler = BackgroundScheduler()
|
371 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|
|
|
358 |
# )
|
359 |
|
360 |
with gr.Row():
|
361 |
+
with gr.Accordion("π Citation", open=True):
|
362 |
+
citation_button = gr.Textbox(
|
363 |
+
value=CITATION_BUTTON_TEXT,
|
364 |
+
label=CITATION_BUTTON_LABEL,
|
365 |
+
lines=10,
|
366 |
+
elem_id="citation-button",
|
367 |
+
show_copy_button=True,
|
368 |
+
)
|
369 |
|
370 |
scheduler = BackgroundScheduler()
|
371 |
scheduler.add_job(restart_space, "interval", seconds=1800)
|