Nymbo commited on
Commit
f4bbf60
·
verified ·
1 Parent(s): 7173d5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())