cccmatthew commited on
Commit
8c7ab50
1 Parent(s): 698a957
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,6 +116,6 @@ if st.button('Classify'):
116
  st.error('Please enter a sentence.')
117
 
118
  #Separate button to just plot the response time
119
- if st.button('Show Response Times'):
120
  df = load_response_times()
121
  plot_response_times(df)
 
116
  st.error('Please enter a sentence.')
117
 
118
  #Separate button to just plot the response time
119
+ if st.button('Show Response Time'):
120
  df = load_response_times()
121
  plot_response_times(df)