ashok2216 commited on
Commit
5a48b1a
·
verified ·
1 Parent(s): 2cc7f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -24,10 +24,8 @@ page_bg_img = """
24
 
25
  .stApp {
26
 
27
- background-color:hsla(244,100%,50%,1);
28
- background-image:
29
- radial-gradient(at 40% 20%, hsla(266,100%,49%,1) 0px, transparent 50%),
30
- radial-gradient(at 80% 0%, hsla(189,100%,56%,1) 0px, transparent 50%);
31
  background-size: 150% 150%;
32
  animation: my_animation 50s ease infinite;
33
  }
@@ -52,6 +50,10 @@ page_bg_img = """
52
 
53
  </style>
54
  """
 
 
 
 
55
  st.markdown(page_bg_img, unsafe_allow_html=True)
56
  #st.image("logo.png", width=200, height=200)
57
 
 
24
 
25
  .stApp {
26
 
27
+ background: rgb(80,255,235);
28
+ background: linear-gradient(90deg, rgba(80,255,235,1) 0%, rgba(0,0,255,1) 50%, rgba(188,0,255,1) 92%);
 
 
29
  background-size: 150% 150%;
30
  animation: my_animation 50s ease infinite;
31
  }
 
50
 
51
  </style>
52
  """
53
+ # background-color:hsla(244,100%,50%,1);
54
+ # background-image:
55
+ # radial-gradient(at 40% 20%, hsla(266,100%,49%,1) 0px, transparent 50%),
56
+ # radial-gradient(at 80% 0%, hsla(189,100%,56%,1) 0px, transparent 50%);
57
  st.markdown(page_bg_img, unsafe_allow_html=True)
58
  #st.image("logo.png", width=200, height=200)
59