Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,6 @@ context = st.text_area('ใส่ข่าววิเคราะห์ที
|
|
22 |
if context:
|
23 |
r = predict(context)
|
24 |
if r == "บทวิเคราะห์":
|
25 |
-
st.write("เนื้อหานี้เป็นบทวิเคราะห์")
|
26 |
else:
|
27 |
-
st.write("เนื้อหานี้ไม่ใช่บทวิเคราะห์")
|
|
|
22 |
if context:
|
23 |
r = predict(context)
|
24 |
if r == "บทวิเคราะห์":
|
25 |
+
st.write("## เนื้อหานี้เป็นบทวิเคราะห์")
|
26 |
else:
|
27 |
+
st.write("## เนื้อหานี้ไม่ใช่บทวิเคราะห์")
|