taesiri commited on
Commit
cac5a1f
1 Parent(s): 11a8662
Files changed (1) hide show
  1. app.py +1 -1
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="2310.12103")
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