talha1503 commited on
Commit
c14f9d3
β€’
1 Parent(s): c69ae0d

removed bibtex

Browse files
Files changed (1) hide show
  1. app.py +8 -8
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
- 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()
 
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()