Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ image = "chess-pieces.jpeg"
|
|
117 |
|
118 |
# Setup the Gradio Blocks interface with custom layout components
|
119 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
120 |
-
gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False,
|
121 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
122 |
with gr.Row():
|
123 |
with gr.Column():
|
|
|
117 |
|
118 |
# Setup the Gradio Blocks interface with custom layout components
|
119 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
120 |
+
gr.Image("chess-pieces.jpeg", show_label = False, show_share_button = False, show_download_button = False, width = 500)
|
121 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
122 |
with gr.Row():
|
123 |
with gr.Column():
|