Update app.py
Browse files
app.py
CHANGED
@@ -10,14 +10,8 @@ background-image: linear-gradient(115deg,#FFAF00,#FFC500,#FFD600,#FCED00,#F9F380
|
|
10 |
100%{
|
11 |
filter: hue-rotate(-360deg)
|
12 |
}
|
13 |
-
}</style><div class="m"></div></body></html>"
|
14 |
|
15 |
-
def local_css(file_name):
|
16 |
-
with open(file_name) as f:
|
17 |
-
st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
|
18 |
-
|
19 |
-
|
20 |
-
local_css("style/style.css")
|
21 |
|
22 |
# Load Animation
|
23 |
animation_symbol = "❄"
|
|
|
10 |
100%{
|
11 |
filter: hue-rotate(-360deg)
|
12 |
}
|
13 |
+
}</style><div class="m"></div></body></html>")
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
# Load Animation
|
17 |
animation_symbol = "❄"
|