Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ emoji_dict = {
|
|
41 |
"neutral": "\U0001F610"
|
42 |
}
|
43 |
|
44 |
-
st.title("
|
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"):
|