Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ Plots represent Lasso, MultiTaskLasso and Ground truth time series
|
|
61 |
"""
|
62 |
|
63 |
with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.gray,
|
64 |
-
secondary_hue=gr.themes.colors.
|
65 |
text_size=gr.themes.sizes.text_lg)),
|
66 |
css=".gradio-container {background-color: #c8e3ea }") as demo:
|
67 |
|
|
|
61 |
"""
|
62 |
|
63 |
with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.gray,
|
64 |
+
secondary_hue=gr.themes.colors.stone,
|
65 |
text_size=gr.themes.sizes.text_lg)),
|
66 |
css=".gradio-container {background-color: #c8e3ea }") as demo:
|
67 |
|