Spaces:
Running
Running
Commit
·
0c1dfa2
1
Parent(s):
8e1d1e9
fix
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def load_gif_base64(path):
|
|
18 |
with open(path, "rb") as f:
|
19 |
return base64.b64encode(f.read()).decode("utf-8")
|
20 |
|
21 |
-
still_gem_b64 = load_gif_base64("assets/stillGem.gif")
|
22 |
-
rotating_gem_b64 = load_gif_base64("assets/rotatingGem.gif")
|
23 |
|
24 |
# Placeholder for GIF HTML
|
25 |
gif_html = st.empty()
|
|
|
18 |
with open(path, "rb") as f:
|
19 |
return base64.b64encode(f.read()).decode("utf-8")
|
20 |
|
21 |
+
# still_gem_b64 = load_gif_base64("assets/stillGem.gif")
|
22 |
+
# rotating_gem_b64 = load_gif_base64("assets/rotatingGem.gif")
|
23 |
|
24 |
# Placeholder for GIF HTML
|
25 |
gif_html = st.empty()
|