Spaces:
Runtime error
Runtime error
Commit
·
789fb56
1
Parent(s):
1c987b2
ui
Browse files
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 |
|