Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -237,7 +237,7 @@ with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
| 237 |
gr.HTML("""<h1 style="text-align:center">Reversed Zotero</h1>""")
|
| 238 |
text_input = gr.Textbox(label="Your text", type="text", lines=10)
|
| 239 |
text_button = gr.Button("Process Text")
|
| 240 |
-
bibtex_output = gr.HTML(label="BibTeX Entries"
|
| 241 |
|
| 242 |
export_button = gr.Button("Export BibTeX")
|
| 243 |
export_output = gr.File(label="Exported BibTeX File")
|
|
|
|
| 237 |
gr.HTML("""<h1 style="text-align:center">Reversed Zotero</h1>""")
|
| 238 |
text_input = gr.Textbox(label="Your text", type="text", lines=10)
|
| 239 |
text_button = gr.Button("Process Text")
|
| 240 |
+
bibtex_output = gr.HTML(label="BibTeX Entries")
|
| 241 |
|
| 242 |
export_button = gr.Button("Export BibTeX")
|
| 243 |
export_output = gr.File(label="Exported BibTeX File")
|