corvo7 commited on
Commit
a2b8886
·
verified ·
1 Parent(s): e45de66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -20
app.py CHANGED
@@ -8,26 +8,7 @@ def load_lottieurl(url: str):
8
  return None
9
  return r.json()
10
 
11
- st.markdown("""
12
- <style>
13
- .main {
14
- background: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80');
15
- background-size: cover;
16
- background-attachment: fixed;
17
- color: white;
18
- }
19
- .sidebar .sidebar-content {
20
- background-color: rgba(255, 255, 255, 0.8);
21
- }
22
- h1, h2, h3, h4, h5, h6 {
23
- color: ;
24
- }
25
- .css-1x8cf1d {
26
- background: transparent !important;
27
- }
28
-
29
- </style>
30
- """, unsafe_allow_html=True)
31
 
32
  lottie_data_analysis = load_lottieurl("https://assets2.lottiefiles.com/packages/lf20_4kx2q32n.json")
33
 
 
8
  return None
9
  return r.json()
10
 
11
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  lottie_data_analysis = load_lottieurl("https://assets2.lottiefiles.com/packages/lf20_4kx2q32n.json")
14