Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,8 @@ theme = gr.themes.Glass(primary_hue=gr.themes.colors.gray,
|
|
| 64 |
secondary_hue=gr.themes.colors.sky,
|
| 65 |
text_size=gr.themes.sizes.text_lg).set(slider_color="#b2dcf3")
|
| 66 |
|
| 67 |
-
with gr.Blocks(theme=theme
|
|
|
|
| 68 |
|
| 69 |
gr.Markdown('''
|
| 70 |
<div>
|
|
|
|
| 64 |
secondary_hue=gr.themes.colors.sky,
|
| 65 |
text_size=gr.themes.sizes.text_lg).set(slider_color="#b2dcf3")
|
| 66 |
|
| 67 |
+
with gr.Blocks(theme=theme,
|
| 68 |
+
css=".gradio-container {background-color: #9ea9a9}") as demo:
|
| 69 |
|
| 70 |
gr.Markdown('''
|
| 71 |
<div>
|