Sreezx commited on
Commit
3d9225d
·
1 Parent(s): 0ae043a

update `app.py`

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -197,7 +197,7 @@ if st.session_state.get("EMAIL_ID") and st.session_state.get("NAME"):
197
 
198
  )
199
 
200
- t2_btn = st.button('# Reset graph',help="Reset graph from all data",use_container_width=True)
201
 
202
  if t2_btn:
203
  reset_sent_scores()
@@ -218,7 +218,7 @@ if st.session_state.get("EMAIL_ID") and st.session_state.get("NAME"):
218
  'the area will be more in the region of greater score .'
219
  'You may need to `Reset Graph` if the `positive` and `negative` reaches'
220
  ' its max score (i.e `1.0` and `-1.0` resp)')
221
- t3_btn = st.button('# Reset graph',help="Reset graph from all data",use_container_width=True)
222
 
223
  if t3_btn:
224
  reset_sent_scores()
 
197
 
198
  )
199
 
200
+ t2_btn = st.button('# Reset graph',key="t2_btn",help="Reset graph from all data",use_container_width=True)
201
 
202
  if t2_btn:
203
  reset_sent_scores()
 
218
  'the area will be more in the region of greater score .'
219
  'You may need to `Reset Graph` if the `positive` and `negative` reaches'
220
  ' its max score (i.e `1.0` and `-1.0` resp)')
221
+ t3_btn = st.button('# Reset graph',key="t3_btn",help="Reset graph from all data",use_container_width=True)
222
 
223
  if t3_btn:
224
  reset_sent_scores()