allyyy commited on
Commit
8a18b1e
·
verified ·
1 Parent(s): a53c668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ theme = gr.themes.Default(
190
  )
191
 
192
  # Setup the Gradio Blocks interface with custom layout components
193
- with gr.Blocks(theme='gstaff/xkcd') as demo:
194
  with gr.Blocks(theme=theme) as demo:
195
  gr.Image("CalmConnect.jpg", show_label = False, show_share_button = False, show_download_button = False)
196
  gr.Markdown(welcome_message) # Display the formatted welcome message
 
190
  )
191
 
192
  # Setup the Gradio Blocks interface with custom layout components
193
+ with gr.Interface(theme='gstaff/xkcd') as demo:
194
  with gr.Blocks(theme=theme) as demo:
195
  gr.Image("CalmConnect.jpg", show_label = False, show_share_button = False, show_download_button = False)
196
  gr.Markdown(welcome_message) # Display the formatted welcome message