Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,10 @@ with col1:
|
|
30 |
|
31 |
with col2:
|
32 |
st.header("Result")
|
33 |
-
|
|
|
|
|
|
|
34 |
if analyze_button:
|
35 |
ner_results = ner_pipeline(text)
|
36 |
|
|
|
30 |
|
31 |
with col2:
|
32 |
st.header("Result")
|
33 |
+
|
34 |
+
# ใช้ st.markdown กับ CSS เพื่อปรับขนาดฟอนต์
|
35 |
+
st.markdown("Press button [Analyze]", unsafe_allow_html=True)
|
36 |
+
|
37 |
if analyze_button:
|
38 |
ner_results = ner_pipeline(text)
|
39 |
|