Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def process_csv(file):
|
|
27 |
def main():
|
28 |
st.title("Sentiment Analysis App")
|
29 |
st.write("Write a sentence or upload a CSV file to analyze sentiment.")
|
30 |
-
st.write("NOTE: If uploading a CSV file, please rename your column's name with the text/sentence
|
31 |
|
32 |
option = st.radio("Choose input type:", ("Write a sentence", "Upload a CSV file"))
|
33 |
|
|
|
27 |
def main():
|
28 |
st.title("Sentiment Analysis App")
|
29 |
st.write("Write a sentence or upload a CSV file to analyze sentiment.")
|
30 |
+
st.write("NOTE: If uploading a CSV file, please rename your column's name with the text/sentence to 'Text', where 'T' is in upper-case and the rest in lower-case")
|
31 |
|
32 |
option = st.radio("Choose input type:", ("Write a sentence", "Upload a CSV file"))
|
33 |
|