Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ thankyou_message = """
|
|
143 |
"""
|
144 |
##
|
145 |
# Setup the Gradio Blocks interface with custom layout components
|
146 |
-
with gr.Blocks(theme='
|
147 |
gr.Image("GreenGuideLogo2.png", show_label = False, show_share_button = False, show_download_button = False, height = 500)
|
148 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
149 |
with gr.Row():
|
|
|
143 |
"""
|
144 |
##
|
145 |
# Setup the Gradio Blocks interface with custom layout components
|
146 |
+
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
147 |
gr.Image("GreenGuideLogo2.png", show_label = False, show_share_button = False, show_download_button = False, height = 500)
|
148 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
149 |
with gr.Row():
|