Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ Kaggle has a bit of a history with Google, too, but that’s pretty recent. Earl
|
|
20 |
|
21 |
nlp = spacy.load("en_core_web_sm")
|
22 |
|
23 |
-
cola, colb = st.
|
24 |
|
25 |
with cola:
|
26 |
input_text = st.text_area(label="", value=text, placeholder="Enter your text here", height=300)
|
|
|
20 |
|
21 |
nlp = spacy.load("en_core_web_sm")
|
22 |
|
23 |
+
cola, colb = st.columns(2)
|
24 |
|
25 |
with cola:
|
26 |
input_text = st.text_area(label="", value=text, placeholder="Enter your text here", height=300)
|