nostalgebraist commited on
Commit
789fb56
·
1 Parent(s): 1c987b2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ if st.button('rweerew'):
94
  high_res = st.empty()
95
 
96
  count_low_res, count_high_res = 0, 0
97
- times_low, times_high = []
98
 
99
  t = 0
100
 
 
94
  high_res = st.empty()
95
 
96
  count_low_res, count_high_res = 0, 0
97
+ times_low, times_high = [], []
98
 
99
  t = 0
100