spammi commited on
Commit
84971e1
·
verified ·
1 Parent(s): 1365504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -100,6 +100,7 @@ Please send your message in the format: "Could you give me a (cuisine) restauran
100
  """
101
  # Setup the Gradio Blocks interface with custom layout components
102
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
103
  gr.Markdown(welcome_message) # Display the formatted welcome message
104
  with gr.Row():
105
  with gr.Column():
 
100
  """
101
  # Setup the Gradio Blocks interface with custom layout components
102
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
103
+ gr.Image("Screenshot 2024-08-01 at 9.44.20AM.png", show_label = False, show_share_button = False, show_download_button = False)
104
  gr.Markdown(welcome_message) # Display the formatted welcome message
105
  with gr.Row():
106
  with gr.Column():