Nucha commited on
Commit
f310734
·
verified ·
1 Parent(s): d1e7bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -67,6 +67,8 @@ def generate_ner_html(text, entities):
67
 
68
  return f'<div style="font-size:16px; line-height:1.6;">{annotated_text}</div>'
69
 
 
 
70
  # UI ด้วย Streamlit
71
  col1, col2 = st.columns([1, 1])
72
 
 
67
 
68
  return f'<div style="font-size:16px; line-height:1.6;">{annotated_text}</div>'
69
 
70
+ st.set_page_config(layout="wide")
71
+
72
  # UI ด้วย Streamlit
73
  col1, col2 = st.columns([1, 1])
74