Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ topics = """
|
|
115 |
|
116 |
# Setup the Gradio Blocks interface with custom layout components
|
117 |
with gr.Blocks(theme='gradio/seafoam') as demo:
|
118 |
-
gr.Image("
|
119 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
120 |
with gr.Row():
|
121 |
with gr.Column():
|
|
|
115 |
|
116 |
# Setup the Gradio Blocks interface with custom layout components
|
117 |
with gr.Blocks(theme='gradio/seafoam') as demo:
|
118 |
+
gr.Image("comp.jpeg", show_label = False, show_share_button = False, show_download_button = False)
|
119 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
120 |
with gr.Row():
|
121 |
with gr.Column():
|