vinayakdev commited on
Commit
24c253b
1 Parent(s): b17b9af

Happy New Year!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ i = 0
10
 
11
 
12
  text_ar = st.text_area("Enter text:")
13
- col1, col2, col3 = st.beta_columns([1,1,1])
14
 
15
  if(col2.button("Generate!")):
16
  text_ar = text_ar.replace("\n"," ")
 
10
 
11
 
12
  text_ar = st.text_area("Enter text:")
13
+ col1, col2, col3 = st.columns([2,1,2])
14
 
15
  if(col2.button("Generate!")):
16
  text_ar = text_ar.replace("\n"," ")