Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import base64
|
3 |
import time
|
4 |
|
5 |
-
|
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:
|