Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,6 +36,6 @@ input_data = pd.DataFrame({
|
|
| 36 |
})
|
| 37 |
|
| 38 |
# Make prediction
|
| 39 |
-
if st.button("Predict"):
|
| 40 |
prediction = loaded_model.predict(input_data)[0]
|
| 41 |
st.success(f"Predicted Weather Type: {prediction}")
|
|
|
|
| 36 |
})
|
| 37 |
|
| 38 |
# Make prediction
|
| 39 |
+
if st.button(":blue[Predict]"):
|
| 40 |
prediction = loaded_model.predict(input_data)[0]
|
| 41 |
st.success(f"Predicted Weather Type: {prediction}")
|