Archan commited on
Commit
48218c9
·
1 Parent(s): 4e40d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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