bright1 commited on
Commit
704147d
1 Parent(s): 8505c1a

Updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()