PringlePeanut
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -123,6 +123,7 @@ topics = """
|
|
123 |
|
124 |
# Setup the Gradio Blocks interface with custom layout components
|
125 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
|
|
126 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|
|
|
123 |
|
124 |
# Setup the Gradio Blocks interface with custom layout components
|
125 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
126 |
+
gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False)
|
127 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|