Josedcape commited on
Commit
265d229
·
verified ·
1 Parent(s): f0deede

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -23,11 +23,11 @@ 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://s1.1zoom.me/big0/395/Fields_Sunrises_and_499477.jpg');
28
- background-size: cover;
29
- color: #333;
30
- font-family: 'Bold italic2'
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
+ .main {
27
+ background-color: #000000;
28
+ color: #ECF0F1;
29
+ background-image: url('https://s1.1zoom.me/big0/395/Fields_Sunrises_and_499477.jpg');
30
+ background-size: cover;
31
  }
32
  .stButton>button {
33
  background-color: #4CAF50;