Spaces:
Runtime error
Runtime error
cccmatthew
commited on
Commit
•
8c7ab50
1
Parent(s):
698a957
Fix typo
Browse files
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
|
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)
|