smamidipaka commited on
Commit
115250f
·
verified ·
1 Parent(s): 23c83d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -144,6 +144,7 @@ thankyou_message = """
144
  ##
145
  # Setup the Gradio Blocks interface with custom layout components
146
  with gr.Blocks(theme='finlaymacklon/smooth_slate') as demo:
 
147
  gr.Markdown(welcome_message) # Display the formatted welcome message
148
  with gr.Row():
149
  with gr.Column():
 
144
  ##
145
  # Setup the Gradio Blocks interface with custom layout components
146
  with gr.Blocks(theme='finlaymacklon/smooth_slate') as demo:
147
+ gr.Image("GreenGuideLogo.png", show_label = False, show_share_button = False, show_download_button = False)
148
  gr.Markdown(welcome_message) # Display the formatted welcome message
149
  with gr.Row():
150
  with gr.Column():