AroojImtiaz commited on
Commit
6e3939e
·
verified ·
1 Parent(s): 520faf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ rad=st.sidebar.radio("Navigation",["Home","Sarcasm Detection","Sentiment Analysi
22
 
23
  #Home Page
24
  if rad=="Home":
25
- st.title("Complete Text Analysis App")
26
  st.image("SEO-articles-V2_Text-Analysis.png")
27
  st.text(" ")
28
  st.text("The Following Text Analysis Options Are Available->")
 
22
 
23
  #Home Page
24
  if rad=="Home":
25
+ st.title("Text Analyzer")
26
  st.image("SEO-articles-V2_Text-Analysis.png")
27
  st.text(" ")
28
  st.text("The Following Text Analysis Options Are Available->")