Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def fetch_bibtex(arxiv_link):
|
|
15 |
import gradio as gr
|
16 |
|
17 |
interface = gr.Interface(fn=fetch_bibtex,
|
18 |
-
inputs=gr.
|
19 |
outputs="text")
|
20 |
|
21 |
interface.launch()
|
|
|
15 |
import gradio as gr
|
16 |
|
17 |
interface = gr.Interface(fn=fetch_bibtex,
|
18 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter arXiv link here..."),
|
19 |
outputs="text")
|
20 |
|
21 |
interface.launch()
|