Spaces:
Runtime error
Runtime error
Commit
·
3b22764
1
Parent(s):
ec648c1
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with st.spinner("Setting up the app..."):
|
|
24 |
# drop down menu with patent numbers
|
25 |
_patent_id = st.selectbox(
|
26 |
"Select the Patent Number",
|
27 |
-
dataset_dict["train"]["patent_number"],
|
28 |
)
|
29 |
|
30 |
|
|
|
24 |
# drop down menu with patent numbers
|
25 |
_patent_id = st.selectbox(
|
26 |
"Select the Patent Number",
|
27 |
+
options=dataset_dict["train"]["patent_number"],
|
28 |
)
|
29 |
|
30 |
|