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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -67,16 +67,18 @@ custom_css = """
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
  """
82
 
 
67
  .stTextInput input {
68
  color: black !important;
69
  }
 
70
  /* Стиль для числового ввода */
71
  .stNumberInput input {
72
  color: black !important;
73
  }
 
74
  /* Стиль для кнопки */
75
  .stButton button {
76
  color: black !important;
77
  }
78
+ /* Стиль для текста в прозрачном блоке */
79
+ .transparent-box p {
80
+ color: black !important;
81
+ }
82
  </style>
83
  """
84