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