Pclanglais commited on
Commit
e03a3c9
·
verified ·
1 Parent(s): 98fced7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ examples = [
177
  demo = gr.Blocks()
178
 
179
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
180
- gr.HTML("""<h1 style="text-align:center">Reversed zotero</h1>""")
181
  text_input = gr.Textbox(label="Your text", type="text", lines=1)
182
  text_button = gr.Button("Extract a structured bibtex")
183
  text_output = gr.HTML(label="Metadata")
 
177
  demo = gr.Blocks()
178
 
179
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
180
+ gr.HTML("""<h1 style="text-align:center">Reversed Zotero</h1>""")
181
  text_input = gr.Textbox(label="Your text", type="text", lines=1)
182
  text_button = gr.Button("Extract a structured bibtex")
183
  text_output = gr.HTML(label="Metadata")