pennyhsy commited on
Commit
daf4229
·
verified ·
1 Parent(s): 977ebf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():