Spaces:
Sleeping
Sleeping
delete static address
Browse files
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)
|