Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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:
|