Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ else:
|
|
31 |
paper = st.selectbox(label = "NO PAPERS FOUND", options=lst)
|
32 |
submit_paper = st.form_submit_button(label = "Fetch Paper")
|
33 |
|
34 |
-
with st.form(key = "paper_form"):
|
35 |
|
36 |
|
|
|
31 |
paper = st.selectbox(label = "NO PAPERS FOUND", options=lst)
|
32 |
submit_paper = st.form_submit_button(label = "Fetch Paper")
|
33 |
|
34 |
+
#with st.form(key = "paper_form"):
|
35 |
|
36 |
|