Spaces:
Runtime error
Runtime error
Updated the code
Browse files
app.py
CHANGED
@@ -161,9 +161,8 @@ 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 |
-
interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
167 |
|
168 |
|
169 |
|
|
|
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 |
+
# interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
|
|
166 |
|
167 |
|
168 |
|