Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def create_snow_effect():
|
|
84 |
snow_js = """
|
85 |
function createSnowflake() {
|
86 |
const snowflake = document.createElement('div');
|
87 |
-
snowflake.innerHTML = '
|
88 |
snowflake.className = 'snowflake';
|
89 |
snowflake.style.left = Math.random() * 100 + 'vw';
|
90 |
snowflake.style.animationDuration = Math.random() * 3 + 2 + 's';
|
|
|
84 |
snow_js = """
|
85 |
function createSnowflake() {
|
86 |
const snowflake = document.createElement('div');
|
87 |
+
snowflake.innerHTML = '💐';
|
88 |
snowflake.className = 'snowflake';
|
89 |
snowflake.style.left = Math.random() * 100 + 'vw';
|
90 |
snowflake.style.animationDuration = Math.random() * 3 + 2 + 's';
|