Nymbo commited on
Commit
18b74af
·
verified ·
1 Parent(s): c4fcb14

Update app.py

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