frankai98 commited on
Commit
cb3fae5
·
verified ·
1 Parent(s): ad23ebe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, key="timer_component")
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()