Spaces:
Paused
Paused
update
Browse files
app.py
CHANGED
@@ -273,7 +273,7 @@ with gr.Blocks(
|
|
273 |
)
|
274 |
|
275 |
with gr.Column(scale=1):
|
276 |
-
paper_id_input = gr.Textbox(label="Enter Paper ID", value="
|
277 |
btn_load = gr.Button("Load Paper")
|
278 |
qa_model = gr.State()
|
279 |
|
|
|
273 |
)
|
274 |
|
275 |
with gr.Column(scale=1):
|
276 |
+
paper_id_input = gr.Textbox(label="Enter Paper ID", value="2403.09611")
|
277 |
btn_load = gr.Button("Load Paper")
|
278 |
qa_model = gr.State()
|
279 |
|