Spaces:
Sleeping
Sleeping
Update wording
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def predict(context):
|
|
19 |
|
20 |
st.write("# News Analyzer\n")
|
21 |
st.write("เป็น Model สำหรับตรวจสอบว่าข่าวนี้เป็นข่าวประเภทบทวิเคราะห์หรือไม่")
|
22 |
-
context = st.text_area('
|
23 |
if context:
|
24 |
with st.spinner(text="In progress..."):
|
25 |
r = predict(context)
|
|
|
19 |
|
20 |
st.write("# News Analyzer\n")
|
21 |
st.write("เป็น Model สำหรับตรวจสอบว่าข่าวนี้เป็นข่าวประเภทบทวิเคราะห์หรือไม่")
|
22 |
+
context = st.text_area('สามารถวางเนื้อหาข่าวเพื่อตรวจสอบได้ที่นี่',height=300)
|
23 |
if context:
|
24 |
with st.spinner(text="In progress..."):
|
25 |
r = predict(context)
|