Spaces:
Sleeping
Sleeping
removed bibtex
Browse files
app.py
CHANGED
@@ -56,14 +56,14 @@ with gr.Blocks(
|
|
56 |
# chat_introduction()
|
57 |
# with gr.Row():
|
58 |
# chat_tab()
|
59 |
-
with gr.Row():
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
|
68 |
# def start_demo():
|
69 |
# demo = main()
|
|
|
56 |
# chat_introduction()
|
57 |
# with gr.Row():
|
58 |
# chat_tab()
|
59 |
+
# with gr.Row():
|
60 |
+
# with gr.Accordion("π Citation", open=False, elem_classes="accordion-label"):
|
61 |
+
# gr.Textbox(
|
62 |
+
# value=CITATION_TEXT,
|
63 |
+
# lines=7,
|
64 |
+
# label="Copy the BibTeX snippet to cite this source",
|
65 |
+
# elem_id="citation-button",
|
66 |
+
# show_copy_button=True)
|
67 |
|
68 |
# def start_demo():
|
69 |
# demo = main()
|