Nucha commited on
Commit
7d1e8e1
·
verified ·
1 Parent(s): f5cdda6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def generate_ner_html(text, entities):
70
  st.set_page_config(layout="wide")
71
 
72
  # UI ด้วย Streamlit
73
- col1, col2 = st.columns([1, 1, 1])
74
 
75
  with col1:
76
  st.header("Input")
 
70
  st.set_page_config(layout="wide")
71
 
72
  # UI ด้วย Streamlit
73
+ col1, col2, col3 = st.columns([1, 1, 1])
74
 
75
  with col1:
76
  st.header("Input")