freddyaboulton HF staff commited on
Commit
aca8633
1 Parent(s): 5e815d7

Updating theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
7
  """
8
  # dracula_revamped Preview
9
 
10
- To use this theme, set `theme='freddyaboulton/dracula_revamped'` in `gr.Blocks()` or `gr.Interface`.
11
 
12
  You can append an `@` and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version
13
  of this theme.
 
7
  """
8
  # dracula_revamped Preview
9
 
10
+ To use this theme, set `theme='freddyaboulton/dracula_revamped'` in `gr.Blocks()` or `gr.Interface()`.
11
 
12
  You can append an `@` and a semantic version expression, e.g. @>=1.0.0,<2.0.0 to pin to a given version
13
  of this theme.