khanfou
commited on
Update app.py
Browse files
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.
|
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")
|