karthickg12 commited on
Commit
91737eb
·
verified ·
1 Parent(s): 17f5d0b

Update app.py

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