Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,6 @@ css = """
|
|
| 53 |
textarea {
|
| 54 |
background-color: #00000000;
|
| 55 |
border: 1px solid #6366f160;
|
| 56 |
-
color: #000000;
|
| 57 |
}
|
| 58 |
"""
|
| 59 |
with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
|
|
|
|
| 53 |
textarea {
|
| 54 |
background-color: #00000000;
|
| 55 |
border: 1px solid #6366f160;
|
|
|
|
| 56 |
}
|
| 57 |
"""
|
| 58 |
with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
|