Spaces:
Runtime error
Runtime error
Updated app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with my_expander:
|
|
96 |
positive_score = st.metric(label='Score', value=round(results['Positive'], 4), label_visibility='collapsed')
|
97 |
time.sleep(5)
|
98 |
success_message.empty()
|
99 |
-
interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
100 |
|
101 |
|
102 |
# st.help()
|
|
|
96 |
positive_score = st.metric(label='Score', value=round(results['Positive'], 4), label_visibility='collapsed')
|
97 |
time.sleep(5)
|
98 |
success_message.empty()
|
99 |
+
# interpret_button = col2.button(label='Interpret',type='secondary', use_container_width=True)
|
100 |
|
101 |
|
102 |
# st.help()
|