Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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>")
|