Spaces:
Sleeping
Sleeping
AroojImtiaz
commited on
Update app.py
Browse files
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("
|
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->")
|