tstone87 commited on
Commit
bd8cb28
·
verified ·
1 Parent(s): d1d880d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ if process_button and source_file and model:
254
  download_slot.download_button(
255
  label="Download Processed Video",
256
  data=st.session_state.processed_video,
257
- file_name="processed_wildfire.mp4",
258
  mime="video/mp4"
259
  )
260
 
 
254
  download_slot.download_button(
255
  label="Download Processed Video",
256
  data=st.session_state.processed_video,
257
+ file_name="processed_fire_analysis.mp4",
258
  mime="video/mp4"
259
  )
260