Nymbo commited on
Commit
ff76b09
1 Parent(s): 6a23167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def tts(text: str, language: str):
29
 
30
 
31
 
32
- with gr.Blocks() as blocks:
33
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
34
  + title
35
  + "</h1>")
 
29
 
30
 
31
 
32
+ with gr.Blocks(theme="Nymbo/Nymbo_Theme") as blocks:
33
  gr.Markdown("<h1 style='text-align: center; margin-bottom: 1rem'>"
34
  + title
35
  + "</h1>")