Spaces:
Running
Running
Update app.py
Browse files
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">
|
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)
|