ANLPRL commited on
Commit
e908d61
1 Parent(s): 4917c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ emoji_dict = {
41
  "neutral": "\U0001F610"
42
  }
43
 
44
- st.title("CHAT-GPT SENTIMENT ANALYSIS")
45
 
46
  # Create the form to handle user inputs
47
  with st.form("sentiment_analysis_form"):
 
41
  "neutral": "\U0001F610"
42
  }
43
 
44
+ st.title("#ChatGPT - Sentiment Analyzer")
45
 
46
  # Create the form to handle user inputs
47
  with st.form("sentiment_analysis_form"):