Update app.py
Browse files
app.py
CHANGED
|
@@ -129,4 +129,4 @@ with col1:
|
|
| 129 |
|
| 130 |
sentiment_display = f'{sentiment.capitalize()} {emojis.get(sentiment, "")}'
|
| 131 |
st.markdown(f'<div class="radium-label">{sentiment_display}</div>', unsafe_allow_html=True)
|
| 132 |
-
|
|
|
|
| 129 |
|
| 130 |
sentiment_display = f'{sentiment.capitalize()} {emojis.get(sentiment, "")}'
|
| 131 |
st.markdown(f'<div class="radium-label">{sentiment_display}</div>', unsafe_allow_html=True)
|
| 132 |
+
|