Spaces:
Runtime error
Runtime error
vinayakdev
commited on
Commit
•
24c253b
1
Parent(s):
b17b9af
Happy New Year!
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ i = 0
|
|
10 |
|
11 |
|
12 |
text_ar = st.text_area("Enter text:")
|
13 |
-
col1, col2, col3 = st.
|
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"," ")
|