Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def add_message(history, message, audio_input):
|
|
65 |
return history, gr.MultimodalTextbox(value=None, interactive=False), None
|
66 |
|
67 |
with gr.Blocks(theme="soft") as demo:
|
68 |
-
gr.Markdown("<h1 style='text-align: center;'>
|
69 |
gr.Markdown("AI sales assistance for e-commerce")
|
70 |
|
71 |
chatbot = gr.Chatbot(
|
|
|
65 |
return history, gr.MultimodalTextbox(value=None, interactive=False), None
|
66 |
|
67 |
with gr.Blocks(theme="soft") as demo:
|
68 |
+
gr.Markdown("<h1 style='text-align: center;'>Try it!</h1>")
|
69 |
gr.Markdown("AI sales assistance for e-commerce")
|
70 |
|
71 |
chatbot = gr.Chatbot(
|