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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ topics = """
115
 
116
  # Setup the Gradio Blocks interface with custom layout components
117
  with gr.Blocks(theme='gradio/seafoam') as demo:
118
- gr.Image("composting.jpg", 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("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():