JBHF commited on
Commit
be60047
1 Parent(s): 0a7957b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -441,7 +441,11 @@ if len(audio) > 0: # ORIGINAL
441
  st.write(f"Frame rate: {audio.frame_rate}, Frame width: {audio.frame_width}, Duration: {audio.duration_seconds} seconds")
442
 
443
 
444
- st.button("Rerun")
 
 
 
 
445
  ###########################################################################################################
446
 
447
 
 
441
  st.write(f"Frame rate: {audio.frame_rate}, Frame width: {audio.frame_width}, Duration: {audio.duration_seconds} seconds")
442
 
443
 
444
+ # st.button("Rerun") # ORIGINAL
445
+ st.button("Rerun", key="rerun2")
446
+
447
+
448
+
449
  ###########################################################################################################
450
 
451