Geek7 commited on
Commit
3836ea9
·
1 Parent(s): c5a4118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
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>", width=200, height=200)
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 = "❄"