Spaces:
Sleeping
Sleeping
fix: only style
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ EXAMPLES_HEADER = """
|
|
97 |
"""
|
98 |
|
99 |
css = """
|
100 |
-
.custom_textbox
|
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 |
}
|