Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
import streamlit.components.v1 as components
|
3 |
|
4 |
-
|
5 |
"""
|
6 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
|
7 |
<button onclick="triggerConfetti()">Click for Confetti</button>
|
|
|
1 |
+
import streamlit as st
|
2 |
import streamlit.components.v1 as components
|
3 |
|
4 |
+
components.html(
|
5 |
"""
|
6 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
|
7 |
<button onclick="triggerConfetti()">Click for Confetti</button>
|