ElifSB commited on
Commit
042e3c9
·
verified ·
1 Parent(s): 51800b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from pycaret.regression import load_model, predict_model
4
 
5
  # 1. Load the trained model
6
  # Ensure 'kalori_modeli.pkl' is in the same folder as this app.py
7
- model = load_model('kalori_modeli')
8
 
9
  # 2. Page Configuration (Browser Tab Title & Icon)
10
  st.set_page_config(page_title="Burned Calories Predictor", page_icon="🔥")
 
4
 
5
  # 1. Load the trained model
6
  # Ensure 'kalori_modeli.pkl' is in the same folder as this app.py
7
+ model = load_model('kalori_modeli_v2')
8
 
9
  # 2. Page Configuration (Browser Tab Title & Icon)
10
  st.set_page_config(page_title="Burned Calories Predictor", page_icon="🔥")