rb757 commited on
Commit
b6898af
Β·
1 Parent(s): 0765bcf

Add Streamlit app for patentability score prediction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if 'patent_number' not in train_df.columns:
34
  st.error("Column 'patent_number' not found in the training dataset.")
35
  else:
36
  # Title and description
37
- st.title("πŸ“œ Milestone Patent Evaluation 🐨")
38
  st.write("Select a patent application to evaluate its patentability.")
39
 
40
  # Dropdown for patent numbers
 
34
  st.error("Column 'patent_number' not found in the training dataset.")
35
  else:
36
  # Title and description
37
+ st.title("πŸ“œ Milestone Patent Evaluation")
38
  st.write("Select a patent application to evaluate its patentability.")
39
 
40
  # Dropdown for patent numbers