ChinmayBH commited on
Commit
7f47f8b
·
verified ·
1 Parent(s): 31dce72

delete static address

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ def main():
50
  # Train the model based on user's choice
51
  trained_model = train_iris_model(algorithm)
52
 
53
- st.image(r"C:\Users\ChinmayB.WINJITBIOS\Downloads\download.jpg")
54
 
55
  st.sidebar.header("User Input")
56
  sepal_length = st.sidebar.slider("Sepal Length", 0.0, 10.0, 5.0)
 
50
  # Train the model based on user's choice
51
  trained_model = train_iris_model(algorithm)
52
 
 
53
 
54
  st.sidebar.header("User Input")
55
  sepal_length = st.sidebar.slider("Sepal Length", 0.0, 10.0, 5.0)