syedkhalid076 commited on
Commit
5f6eb6d
1 Parent(s): 0ffa4da

Update app.py

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