Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ welcome_message = """
|
|
111 |
# 🌳 Welcome to GreenUnity!
|
112 |
|
113 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
114 |
-
gr.Image("Green-3.png", show_label = False, show_share_button = False, show_download_button = False) # <-- insert here!!
|
115 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
|
|
111 |
# 🌳 Welcome to GreenUnity!
|
112 |
|
113 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
114 |
+
gr.Image("https://huggingface.co/spaces/GreenUnityfinal/GreenUnityCollab/resolve/main/Green%20-3.png", show_label = False, show_share_button = False, show_download_button = False) # <-- insert here!!
|
115 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|