Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,7 +130,7 @@ topics = """
|
|
| 130 |
|
| 131 |
# Setup the Gradio Blocks interface with custom layout components
|
| 132 |
with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
| 133 |
-
gr.Image("
|
| 134 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
| 135 |
with gr.Row():
|
| 136 |
with gr.Column():
|
|
|
|
| 130 |
|
| 131 |
# Setup the Gradio Blocks interface with custom layout components
|
| 132 |
with gr.Blocks(theme='freddyaboulton/test-blue') as demo:
|
| 133 |
+
gr.Image("blue-header.jpeg", show_label = False, show_share_button = False, show_download_button = False)
|
| 134 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
| 135 |
with gr.Row():
|
| 136 |
with gr.Column():
|