Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ topics = """
|
|
127 |
"""
|
128 |
|
129 |
# Setup the Gradio Blocks interface with custom layout components
|
130 |
-
with gr.Blocks(theme='') as demo:
|
131 |
gr.Image("erm.jpg", show_label = False, show_share_button = False, show_download_button = False, scale = 5)
|
132 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
133 |
with gr.Row():
|
|
|
127 |
"""
|
128 |
|
129 |
# Setup the Gradio Blocks interface with custom layout components
|
130 |
+
with gr.Blocks(theme='sophhapol/sophiesbg') as demo:
|
131 |
gr.Image("erm.jpg", show_label = False, show_share_button = False, show_download_button = False, scale = 5)
|
132 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
133 |
with gr.Row():
|