Update app.py
Browse files
app.py
CHANGED
@@ -146,6 +146,7 @@ def feifeichat(image):
|
|
146 |
|
147 |
# CSS to style the app
|
148 |
css = """
|
|
|
149 |
footer{display:none !important}
|
150 |
#app-container {
|
151 |
max-width: 930px;
|
|
|
146 |
|
147 |
# CSS to style the app
|
148 |
css = """
|
149 |
+
.gradio-container {background-color: Linen }
|
150 |
footer{display:none !important}
|
151 |
#app-container {
|
152 |
max-width: 930px;
|