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