shaheer-data commited on
Commit
fe5c7f2
·
verified ·
1 Parent(s): a820da6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -8,8 +8,7 @@ from huggingface_hub import hf_hub_download
8
  # Title of the Streamlit app
9
  st.title("Yellow Rust Severity Prediction")
10
 
11
- from huggingface_hub import login
12
- login(token=YellowRust)
13
 
14
 
15
  # Download the model file from Hugging Face
 
8
  # Title of the Streamlit app
9
  st.title("Yellow Rust Severity Prediction")
10
 
11
+ notebook_login()
 
12
 
13
 
14
  # Download the model file from Hugging Face