hrguarinv commited on
Commit
4e0f0a4
·
verified ·
1 Parent(s): b84c158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;'>Fastlane Chat GPT</h1>")
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(