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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,8 +190,8 @@ theme = gr.themes.Default(
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
197
  with gr.Row():
 
190
  )
191
 
192
  # Setup the Gradio Blocks interface with custom layout components
193
+ with gr.Blocks(theme=theme) as demo:
194
+ with gr.Blocks(theme='gstaff/xkcd') 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
197
  with gr.Row():