Tonic commited on
Commit
e2bdb91
1 Parent(s): 26dfd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,12 +6,12 @@ import gradio as gr
6
 
7
  dropdown, js = create_theme_dropdown()
8
 
9
- with gr.Blocks(theme='gradio/default') as demo:
10
  with gr.Row().style(equal_height=True):
11
  with gr.Column(scale=10):
12
  gr.Markdown(
13
  """
14
- # Theme preview: `a11y-one`
15
  To use this theme, set `theme='Tonic/a11y-one'` in `gr.Blocks()` or `gr.Interface()`.
16
  """
17
  )
 
6
 
7
  dropdown, js = create_theme_dropdown()
8
 
9
+ with gr.Blocks(theme='Tonic/greenblast-alpha') as demo:
10
  with gr.Row().style(equal_height=True):
11
  with gr.Column(scale=10):
12
  gr.Markdown(
13
  """
14
+ # Theme preview: `greenblast`
15
  To use this theme, set `theme='Tonic/a11y-one'` in `gr.Blocks()` or `gr.Interface()`.
16
  """
17
  )