khanfou commited on
Commit
38c5010
1 Parent(s): d2b5211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ st.title('Harvard USPTO Patentability Score')
24
 
25
  #####NEW
26
  with st.form("patent-form"):
27
- make_choice = st.sidebar.selectbox('Select the Patent Application Number:', PAN)
28
  submitted = st.form_submit_button(label='submit')
29
  if submitted:
30
  st.write("Outside the form")
 
24
 
25
  #####NEW
26
  with st.form("patent-form"):
27
+ make_choice = st.selectbox('Select the Patent Application Number:', PAN)
28
  submitted = st.form_submit_button(label='submit')
29
  if submitted:
30
  st.write("Outside the form")