dogutcu commited on
Commit
4a9f2db
·
verified ·
1 Parent(s): 5b9dd1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -115,7 +115,8 @@ topics = """
115
 
116
  # Setup the Gradio Blocks interface with custom layout components
117
  with gr.Blocks(theme='gradio/seafoam') as demo:
118
- gr.Image("comp.jpeg", show_label = False, show_share_button = False, show_download_button = False)
 
119
  gr.Markdown(welcome_message) # Display the formatted welcome message
120
  with gr.Row():
121
  with gr.Column():
 
115
 
116
  # Setup the Gradio Blocks interface with custom layout components
117
  with gr.Blocks(theme='gradio/seafoam') as demo:
118
+ gr.Image("https://images.ctfassets.net/t5gtctpjc8ne/6voM4MnZ2sKOYMwF7pICmY/5b250c4e007b3a463c5ae387a171b5fb/hero-C_R-composting_garden_0093_IS.jpg",
119
+ show_label = False, show_share_button = False, show_download_button = False)
120
  gr.Markdown(welcome_message) # Display the formatted welcome message
121
  with gr.Row():
122
  with gr.Column():