Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,10 +32,11 @@ 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 |
|
40 |
# Display results in a structured output block
|
41 |
if ner_results:
|
|
|
32 |
st.header("Result")
|
33 |
|
34 |
# ใช้ st.markdown กับ CSS เพื่อปรับขนาดฟอนต์
|
35 |
+
st.markdown("<span style='font-size: 8px;'>Press button [Analyze]</span>", unsafe_allow_html=True)
|
36 |
|
37 |
if analyze_button:
|
38 |
ner_results = ner_pipeline(text)
|
39 |
+
print(ner_results)
|
40 |
|
41 |
# Display results in a structured output block
|
42 |
if ner_results:
|