Pclanglais commited on
Commit
ac575b9
·
verified ·
1 Parent(s): 59bced5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ processor = CombinedProcessor()
150
 
151
  # Define the Gradio interface
152
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
153
- gr.HTML("""<h1 style="text-align:center">Combined Editorial and Bibliography Processor</h1>""")
154
  text_input = gr.Textbox(label="Your text", type="text", lines=10)
155
  text_button = gr.Button("Process Text")
156
  bibtex_output = gr.Textbox(label="BibTeX Entries", lines=15)
 
150
 
151
  # Define the Gradio interface
152
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
153
+ gr.HTML("""<h1 style="text-align:center">Reversed Zotero 2</h1>""")
154
  text_input = gr.Textbox(label="Your text", type="text", lines=10)
155
  text_button = gr.Button("Process Text")
156
  bibtex_output = gr.Textbox(label="BibTeX Entries", lines=15)