Tonic commited on
Commit
b912e31
1 Parent(s): 9985aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -11,10 +11,8 @@ with gr.Blocks(theme='gradio/default') as demo:
11
  with gr.Column(scale=10):
12
  gr.Markdown(
13
  """
14
- # Theme preview: `Default`
15
- To use this theme, set `theme='gradio/default'` in `gr.Blocks()` or `gr.Interface()`.
16
- You can append an `@` and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version
17
- of this theme.
18
  """
19
  )
20
  with gr.Column(scale=3):
 
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
  )
18
  with gr.Column(scale=3):