Pclanglais commited on
Commit
09967d8
·
verified ·
1 Parent(s): 54240db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -203,7 +203,7 @@ processor = CombinedProcessor()
203
 
204
  # Define the Gradio interface
205
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
206
- gr.HTML("""<h1 style="text-align:center">Reversed Zotero 2</h1>""")
207
  text_input = gr.Textbox(label="Your text", type="text", lines=10)
208
  text_button = gr.Button("Process Text")
209
  bibtex_output = gr.Textbox(label="BibTeX Entries", lines=15)
 
203
 
204
  # Define the Gradio interface
205
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
206
+ gr.HTML("""<h1 style="text-align:center">Reversed Zotero</h1>""")
207
  text_input = gr.Textbox(label="Your text", type="text", lines=10)
208
  text_button = gr.Button("Process Text")
209
  bibtex_output = gr.Textbox(label="BibTeX Entries", lines=15)