Syauqi Nabil Tasri commited on
Commit
361ea82
·
verified ·
1 Parent(s): 4bd0d86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pickle
5
  model = pickle.load(open('model.pkl', 'rb'))
6
 
7
  # Replace 'your_model_name' with the name you want for your model
8
- repo_url = create_repo(name='Almond.csv', private=False)
9
 
10
  st.title('Almond Classification')
11
  st.write('This web app classifies almonds based on your input features.')
 
5
  model = pickle.load(open('model.pkl', 'rb'))
6
 
7
  # Replace 'your_model_name' with the name you want for your model
8
+ repo_url = create_repo(name='Almond Classification', private=False)
9
 
10
  st.title('Almond Classification')
11
  st.write('This web app classifies almonds based on your input features.')