OverSide88 commited on
Commit
576f424
1 Parent(s): b0029b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -52,7 +52,7 @@ background_image = """
52
  background-size: cover;
53
  background-position: center;
54
  background-repeat: no-repeat;
55
- color: blue;
56
  }
57
  </style>
58
  """
@@ -65,17 +65,17 @@ custom_css = """
65
  <style>
66
  /* Стиль для текстового ввода */
67
  .stTextInput input {
68
- color: blue !important;
69
  }
70
 
71
  /* Стиль для числового ввода */
72
  .stNumberInput input {
73
- color: blue !important;
74
  }
75
 
76
  /* Стиль для кнопки */
77
  .stButton button {
78
- color: blue !important;
79
  }
80
  </style>
81
  """
@@ -89,7 +89,7 @@ transparent_title = """
89
  padding: 10px;
90
  border-radius: 5px;
91
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
92
- color: blue;
93
  }
94
  </style>
95
  """
 
52
  background-size: cover;
53
  background-position: center;
54
  background-repeat: no-repeat;
55
+ color: black;
56
  }
57
  </style>
58
  """
 
65
  <style>
66
  /* Стиль для текстового ввода */
67
  .stTextInput input {
68
+ color: black !important;
69
  }
70
 
71
  /* Стиль для числового ввода */
72
  .stNumberInput input {
73
+ color: black !important;
74
  }
75
 
76
  /* Стиль для кнопки */
77
  .stButton button {
78
+ color: black !important;
79
  }
80
  </style>
81
  """
 
89
  padding: 10px;
90
  border-radius: 5px;
91
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
92
+ color: black;
93
  }
94
  </style>
95
  """