awacke1 commited on
Commit
666b76a
·
1 Parent(s): 53685fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import base64
3
  import time
4
 
5
- @st.cache_resource
6
  def Base64CacheIt(filename):
7
  # Read the video file as bytes
8
  with open(filename, "rb") as file:
 
2
  import base64
3
  import time
4
 
5
+ #@st.cache_resource
6
  def Base64CacheIt(filename):
7
  # Read the video file as bytes
8
  with open(filename, "rb") as file: