Nucha commited on
Commit
242516b
·
verified ·
1 Parent(s): 20d5663

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: