Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse filesbackground color blue
- gradio_app.py +1 -1
gradio_app.py
CHANGED
|
@@ -22,7 +22,7 @@ iface = gr.Interface(
|
|
| 22 |
|
| 23 |
iface.launch(inline=True, share=True, css="""
|
| 24 |
body {
|
| 25 |
-
background-color:
|
| 26 |
}
|
| 27 |
.container {
|
| 28 |
max-width: 800px; /* Limit the width of the container */
|
|
|
|
| 22 |
|
| 23 |
iface.launch(inline=True, share=True, css="""
|
| 24 |
body {
|
| 25 |
+
background-color: blue; /* Change the background color */
|
| 26 |
}
|
| 27 |
.container {
|
| 28 |
max-width: 800px; /* Limit the width of the container */
|