Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ if len(lst) != 0:
|
|
28 |
submit_paper = st.form_submit_button(label = "Fetch Paper")
|
29 |
else:
|
30 |
with st.form(key = "paper_form"):
|
31 |
-
|
32 |
submit_paper = st.form_submit_button(label = "Fetch Paper")
|
33 |
|
34 |
paper = get_paper(pname)
|
|
|
28 |
submit_paper = st.form_submit_button(label = "Fetch Paper")
|
29 |
else:
|
30 |
with st.form(key = "paper_form"):
|
31 |
+
pname = st.selectbox(label = "NO PAPERS", options=lst)
|
32 |
submit_paper = st.form_submit_button(label = "Fetch Paper")
|
33 |
|
34 |
paper = get_paper(pname)
|