Shad0ws commited on
Commit
123dd76
·
1 Parent(s): 58ea7fa

Update app.py

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