mardor commited on
Commit
c75778c
·
verified ·
1 Parent(s): 04d4c56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ Fundraising and organizing events
123
 
124
  # Setup the Gradio Blocks interface with custom layout components
125
  theme = 'ParityError/Anime@>=1.0.0,<2.0.0'
126
- with gr.Blocks(theme= 'ParityError/Anime@>=1.0.0,<2.0.0') as demo:
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
128
  with gr.Row():
129
  with gr.Column():
 
123
 
124
  # Setup the Gradio Blocks interface with custom layout components
125
  theme = 'ParityError/Anime@>=1.0.0,<2.0.0'
126
+ with gr.Blocks(theme=theme) as demo:
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
128
  with gr.Row():
129
  with gr.Column():