Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ space = """
|
|
141 |
|
142 |
|
143 |
# Setup the Gradio Blocks interface with custom layout components
|
144 |
-
with gr.Blocks(theme='
|
145 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
146 |
with gr.Row():
|
147 |
# with gr.Column():
|
|
|
141 |
|
142 |
|
143 |
# Setup the Gradio Blocks interface with custom layout components
|
144 |
+
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
145 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
146 |
with gr.Row():
|
147 |
# with gr.Column():
|