rbanfield commited on
Commit
e042fbb
1 Parent(s): eba161b

Update app.py

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