Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ col1, col2 = st.columns(2)
|
|
5 |
|
6 |
with col1:
|
7 |
x=st.button("Sentiment Analysis")
|
8 |
-
with col2
|
9 |
y=st.button("Text Summarization")
|
10 |
|
11 |
if x:
|
|
|
5 |
|
6 |
with col1:
|
7 |
x=st.button("Sentiment Analysis")
|
8 |
+
with col2:
|
9 |
y=st.button("Text Summarization")
|
10 |
|
11 |
if x:
|