allenpark commited on
Commit
b291649
·
1 Parent(s): 17a3c33

fix: only style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ EXAMPLES_HEADER = """
97
  """
98
 
99
  css = """
100
- .custom_textbox textarea {
101
  background-color: #fff !important;
102
  color: #000 !important;
103
  }
 
97
  """
98
 
99
  css = """
100
+ .custom_textbox {
101
  background-color: #fff !important;
102
  color: #000 !important;
103
  }