msong97 commited on
Commit
906193d
·
1 Parent(s): 109f096

Changing theme to Glass

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Soft()) as interface:
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