Spaces:
Runtime error
Runtime error
Commit
·
d81cc89
1
Parent(s):
af7c495
Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ def calculateScore(patent_id, abstract, claims):
|
|
73 |
|
74 |
|
75 |
# Define the patent IDs
|
76 |
-
patentIds = ["
|
77 |
-
"
|
78 |
|
79 |
# Define the dropdown menu for the patent ID
|
80 |
selectedPatentId = st.selectbox("Select Patent ID", patentIds)
|
|
|
73 |
|
74 |
|
75 |
# Define the patent IDs
|
76 |
+
patentIds = ["9950112", "9604242", "9660732", "9782455", "15563677",
|
77 |
+
"15624296", "15624084", "11913160", "13261853", "14117237"]
|
78 |
|
79 |
# Define the dropdown menu for the patent ID
|
80 |
selectedPatentId = st.selectbox("Select Patent ID", patentIds)
|