Update app.py
Browse files
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():
|