Josedcape commited on
Commit
3aa74e8
·
verified ·
1 Parent(s): ca2bd3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -23,11 +23,12 @@ st.markdown(
23
  <style>
24
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
25
 
26
- body {
27
- background: url('https://www.dekowizja.pl/img2/1000/78118676/obraz-na-plotnie-laka-slonce-ziarno-piekny.jpg');
28
- background-size: cover;
29
- color: #333;
30
- font-family: 'Roboto', sans-serif;
 
31
  }
32
  .stButton>button {
33
  background-color: #4CAF50;
 
23
  <style>
24
  @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
25
 
26
+ }
27
+ .main {
28
+ background-color: #000000;
29
+ color: #ECF0F1;
30
+ background-image: url('https://s1.1zoom.me/big0/395/Fields_Sunrises_and_499477.jpg');
31
+ background-size: cover;
32
  }
33
  .stButton>button {
34
  background-color: #4CAF50;