slachitoff commited on
Commit
d81cc89
1 Parent(s): af7c495

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,8 +73,8 @@ def calculateScore(patent_id, abstract, claims):
73
 
74
 
75
  # Define the patent IDs
76
- patentIds = ["1234567890", "2345678901", "3456789012", "4567890123", "5678901234",
77
- "6789012345", "7890123456", "8901234567", "9012345678", "0123456789"]
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)