NeoPy commited on
Commit
a61bf9a
·
verified ·
1 Parent(s): 661718e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,8 +10,8 @@ with gr.Blocks() as demo:
10
  with gr.Column(scale=10):
11
  gr.Markdown(
12
  """
13
- # Theme preview: `Soft`
14
- To use this theme, set `theme='NeoPy/Soft'` 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.
17
  """
@@ -148,4 +148,4 @@ with gr.Blocks() as demo:
148
 
149
 
150
  if __name__ == "__main__":
151
- demo.queue().launch(theme='NeoPy/Soft')
 
10
  with gr.Column(scale=10):
11
  gr.Markdown(
12
  """
13
+ # Theme preview: `BoyKisser`
14
+ To use this theme, set `theme='NeoPy/BoyKisser'` 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.
17
  """
 
148
 
149
 
150
  if __name__ == "__main__":
151
+ demo.queue().launch(theme='NeoPy/BoyKisser')