Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ app_description = """
|
|
89 |
**Note:** I recommend starting with the world description (you can write one or loop over randomly generated ones) and then try different persona descriptions to generate interesting characters for the world you created.
|
90 |
"""
|
91 |
|
92 |
-
with gr.Blocks(title="Character Generator") as app:
|
93 |
with gr.Column():
|
94 |
gr.HTML("<center><h1>Character Generator</h1></center>")
|
95 |
gr.Markdown(app_description.strip())
|
|
|
89 |
**Note:** I recommend starting with the world description (you can write one or loop over randomly generated ones) and then try different persona descriptions to generate interesting characters for the world you created.
|
90 |
"""
|
91 |
|
92 |
+
with gr.Blocks(title="Character Generator", theme="Nymbo/Nymbo_Theme") as app:
|
93 |
with gr.Column():
|
94 |
gr.HTML("<center><h1>Character Generator</h1></center>")
|
95 |
gr.Markdown(app_description.strip())
|