openfree commited on
Commit
636684f
·
verified ·
1 Parent(s): 197ad12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ If you have any questions or feedbacks, feel free to open a discussion or contac
173
 
174
  def create_demo():
175
 
176
- with gr.Blocks() as demo:
177
  gr.Markdown(_HEADER_)
178
 
179
  with gr.Row():
 
173
 
174
  def create_demo():
175
 
176
+ with gr.Blocks(theme="apriel") as demo:
177
  gr.Markdown(_HEADER_)
178
 
179
  with gr.Row():