Spaces:
Running
on
T4
Running
on
T4
Changing theme to Glass
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def get_dataset(dataset_name):
|
|
141 |
### Gradio Blocks interface
|
142 |
|
143 |
title = "Inverse problem playground" # displayed on gradio tab and in the gradio page
|
144 |
-
with gr.Blocks(title=title, theme=gr.themes.
|
145 |
gr.Markdown("## " + title)
|
146 |
|
147 |
# DEFAULT VALUES
|
|
|
141 |
### Gradio Blocks interface
|
142 |
|
143 |
title = "Inverse problem playground" # displayed on gradio tab and in the gradio page
|
144 |
+
with gr.Blocks(title=title, theme=gr.themes.Glass()) as interface:
|
145 |
gr.Markdown("## " + title)
|
146 |
|
147 |
# DEFAULT VALUES
|