muhammadzain commited on
Commit
e5a6b8b
·
1 Parent(s): f65bfdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,10 +211,10 @@ with col1:
211
  st.session_state.disable_proceed = False
212
  st.image(image,caption="Upload Image", use_column_width=True)
213
  st.session_state.disable_proceed = False
214
- elif file.type.split('/')[0] == 'video' and file_size > 100000000:
215
  with st.sidebar:
216
  options = ["2", "3"]
217
- st.info('Sorry, maximum size of video is 100MB', icon="ℹ️")
218
  st.session_state.disable_proceed = True
219
  elif file.type.split('/')[0] == 'video':
220
  video = st.video(file)
 
211
  st.session_state.disable_proceed = False
212
  st.image(image,caption="Upload Image", use_column_width=True)
213
  st.session_state.disable_proceed = False
214
+ elif file.type.split('/')[0] == 'video' and file_size > 200000000:
215
  with st.sidebar:
216
  options = ["2", "3"]
217
+ st.info('Sorry, maximum size of video is 200MB', icon="ℹ️")
218
  st.session_state.disable_proceed = True
219
  elif file.type.split('/')[0] == 'video':
220
  video = st.video(file)