sree4411 commited on
Commit
4fad8c0
·
verified ·
1 Parent(s): 9a8abb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")