Hev832 commited on
Commit
d29d267
·
verified ·
1 Parent(s): ed7cfa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ with gr.Blocks(theme='Hev832/Applio') as demo:
9
  with gr.Row(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(
12
- """
13
  # Theme preview: `Applio`
14
  To use this theme, set `theme='Hev832/Applio'` 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
 
9
  with gr.Row(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(
12
+ f"""
13
  # Theme preview: `Applio`
14
  To use this theme, set `theme='Hev832/Applio'` 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