Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|