Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ theme = gr.themes.Monochrome(
|
|
| 153 |
|
| 154 |
# Setup the Gradio Blocks interface with custom layout components
|
| 155 |
with gr.Blocks(theme=theme) as demo:
|
| 156 |
-
gr.Image("
|
| 157 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
| 158 |
with gr.Row():
|
| 159 |
with gr.Column():
|
|
|
|
| 153 |
|
| 154 |
# Setup the Gradio Blocks interface with custom layout components
|
| 155 |
with gr.Blocks(theme=theme) as demo:
|
| 156 |
+
gr.Image("header.png", show_label = False, show_share_button = False, show_download_button = False) #CHANGE !!
|
| 157 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
| 158 |
with gr.Row():
|
| 159 |
with gr.Column():
|