Rooni commited on
Commit
31c4286
1 Parent(s): 14a76cc

Update app.py

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