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