JohnAlexander23 commited on
Commit
3866cff
·
verified ·
1 Parent(s): fd74ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -7
app.py CHANGED
@@ -30,7 +30,7 @@ st.markdown(
30
  """
31
  <style>
32
  body {
33
- background-color: #2a2a2a;
34
  color: #e1e1e1;
35
  font-family: 'Courier New', Courier, monospace;
36
  }
@@ -38,14 +38,14 @@ st.markdown(
38
  padding: 2rem;
39
  }
40
  .css-1d391kg {
41
- background: linear-gradient(145deg, #3e3e3e, #2a2a2a);
42
- box-shadow: 20px 20px 60px #232323, -20px -20px 60px #323232;
43
  border-radius: 15px;
44
  padding: 2rem;
45
  }
46
  .stButton>button {
47
- background: linear-gradient(145deg, #5e5e5e, #3a3a3a);
48
- box-shadow: 8px 8px 16px #232323, -8px -8px 16px #323232;
49
  color: #e1e1e1;
50
  border: none;
51
  border-radius: 12px;
@@ -54,8 +54,8 @@ st.markdown(
54
  margin-top: 1rem;
55
  }
56
  .stTextInput>div>div>input {
57
- background: linear-gradient(145deg, #5e5e5e, #3a3a3a);
58
- box-shadow: inset 8px 8px 16px #232323, inset -8px -8px 16px #323232;
59
  border: none;
60
  border-radius: 12px;
61
  color: #e1e1e1;
@@ -102,3 +102,4 @@ st.markdown(
102
  unsafe_allow_html=True
103
  )
104
 
 
 
30
  """
31
  <style>
32
  body {
33
+ background-color: #1f1f2e;
34
  color: #e1e1e1;
35
  font-family: 'Courier New', Courier, monospace;
36
  }
 
38
  padding: 2rem;
39
  }
40
  .css-1d391kg {
41
+ background: linear-gradient(145deg, #3d3d5c, #2e2e4a);
42
+ box-shadow: 20px 20px 60px #29293f, -20px -20px 60px #3a3a56;
43
  border-radius: 15px;
44
  padding: 2rem;
45
  }
46
  .stButton>button {
47
+ background: linear-gradient(145deg, #5e5e87, #4a4a6c);
48
+ box-shadow: 8px 8px 16px #29293f, -8px -8px 16px #3a3a56;
49
  color: #e1e1e1;
50
  border: none;
51
  border-radius: 12px;
 
54
  margin-top: 1rem;
55
  }
56
  .stTextInput>div>div>input {
57
+ background: linear-gradient(145deg, #5e5e87, #4a4a6c);
58
+ box-shadow: inset 8px 8px 16px #29293f, inset -8px -8px 16px #3a3a56;
59
  border: none;
60
  border-radius: 12px;
61
  color: #e1e1e1;
 
102
  unsafe_allow_html=True
103
  )
104
 
105
+