font size
Browse files
app.py
CHANGED
@@ -62,7 +62,8 @@ Plots represent Lasso, MultiTaskLasso and Ground truth time series
|
|
62 |
|
63 |
with gr.Blocks(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)
|
|
|
66 |
|
67 |
gr.Markdown('''
|
68 |
<div>
|
|
|
62 |
|
63 |
with gr.Blocks(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),
|
66 |
+
css=".gradio-container {background-color: zinc, font-size: 2rem }") as demo:
|
67 |
|
68 |
gr.Markdown('''
|
69 |
<div>
|