GoodML commited on
Commit
f1da9ac
·
verified ·
1 Parent(s): 188cd92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -153,8 +153,9 @@ For any inquiries or feedback, please contact [email protected]
153
  # prediction = news_model.predict(numerical_data)
154
 
155
  st.subheader(":loudspeaker:Prediction:")
156
- # st.write("Prediction: ", prediction)
157
  # st.write("Prediction[0]: ", prediction[0])
 
158
  if prediction == "TRUE":
159
  st.write("This news is predicted to be **real**.:muscle:")
160
  else:
 
153
  # prediction = news_model.predict(numerical_data)
154
 
155
  st.subheader(":loudspeaker:Prediction:")
156
+ st.write("Prediction: ", prediction)
157
  # st.write("Prediction[0]: ", prediction[0])
158
+ # st.write()
159
  if prediction == "TRUE":
160
  st.write("This news is predicted to be **real**.:muscle:")
161
  else: