krmonline commited on
Commit
fcc813b
·
verified ·
1 Parent(s): 95dc170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("## เนื้อหานี้ไม่ใช่บทวิเคราะห์")