Update app.py
Browse files
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.
|
194 |
-
with gr.Blocks(theme=
|
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():
|