Pclanglais commited on
Commit
1875a76
·
verified ·
1 Parent(s): 7f9876a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
237
  gr.HTML("""<h1 style="text-align:center">Reversed Zotero</h1>""")
238
  text_input = gr.Textbox(label="Your text", type="text", lines=10)
239
  text_button = gr.Button("Process Text")
240
- bibtex_output = gr.HTML(label="BibTeX Entries", lines=15)
241
 
242
  export_button = gr.Button("Export BibTeX")
243
  export_output = gr.File(label="Exported BibTeX File")
 
237
  gr.HTML("""<h1 style="text-align:center">Reversed Zotero</h1>""")
238
  text_input = gr.Textbox(label="Your text", type="text", lines=10)
239
  text_button = gr.Button("Process Text")
240
+ bibtex_output = gr.HTML(label="BibTeX Entries")
241
 
242
  export_button = gr.Button("Export BibTeX")
243
  export_output = gr.File(label="Exported BibTeX File")