Spaces:
Runtime error
Runtime error
Commit
·
30beb50
1
Parent(s):
8bf5da3
change background color
Browse files
app.py
CHANGED
|
@@ -113,12 +113,17 @@ css = """
|
|
| 113 |
margin: 0 auto;
|
| 114 |
max-width: 640px;
|
| 115 |
}
|
| 116 |
-
|
|
|
|
|
|
|
|
|
|
| 117 |
background-color: #422ad5;
|
| 118 |
outline-color: #422ad5;
|
| 119 |
}
|
| 120 |
"""
|
| 121 |
|
|
|
|
|
|
|
| 122 |
# generated_prompt = ""
|
| 123 |
|
| 124 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
|
|
| 113 |
margin: 0 auto;
|
| 114 |
max-width: 640px;
|
| 115 |
}
|
| 116 |
+
.gradio-container {
|
| 117 |
+
background-color: oklch(98% 0 0);
|
| 118 |
+
}
|
| 119 |
+
.btn-primary {
|
| 120 |
background-color: #422ad5;
|
| 121 |
outline-color: #422ad5;
|
| 122 |
}
|
| 123 |
"""
|
| 124 |
|
| 125 |
+
|
| 126 |
+
|
| 127 |
# generated_prompt = ""
|
| 128 |
|
| 129 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|