Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ if uploaded_file is not None:
|
|
97 |
# Inject the timer only once, right after image upload.
|
98 |
if not st.session_state.timer_started and not st.session_state.timer_frozen:
|
99 |
st.session_state.timer_started = True
|
100 |
-
html(timer(), height=50
|
101 |
|
102 |
# Initialize progress containers
|
103 |
status_text = st.empty()
|
|
|
97 |
# Inject the timer only once, right after image upload.
|
98 |
if not st.session_state.timer_started and not st.session_state.timer_frozen:
|
99 |
st.session_state.timer_started = True
|
100 |
+
html(timer(), height=50)
|
101 |
|
102 |
# Initialize progress containers
|
103 |
status_text = st.empty()
|