Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co./spaces/bright1/sentiment-analysis-app-streamlit
Browse files
app.py
CHANGED
@@ -161,8 +161,9 @@ with my_expander:
|
|
161 |
neutral_score = st.metric(label='Score', value=round(results['Neutral'], 4), label_visibility='collapsed')
|
162 |
negative_score = st.metric(label='Score', value=round(results['Negative'], 4), label_visibility='collapsed')
|
163 |
positive_score = st.metric(label='Score', value=round(results['Positive'], 4), label_visibility='collapsed')
|
164 |
-
|
165 |
-
|
|
|
166 |
|
167 |
|
168 |
|
|
|
161 |
neutral_score = st.metric(label='Score', value=round(results['Neutral'], 4), label_visibility='collapsed')
|
162 |
negative_score = st.metric(label='Score', value=round(results['Negative'], 4), label_visibility='collapsed')
|
163 |
positive_score = st.metric(label='Score', value=round(results['Positive'], 4), label_visibility='collapsed')
|
164 |
+
time.sleep(5)
|
165 |
+
success_message.empty()
|
166 |
+
interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
167 |
|
168 |
|
169 |
|