IProject-10 commited on
Commit
306a4b3
·
verified ·
1 Parent(s): 7765b35

Update app.py

Browse files

Ask about Website Designing, Web Development, App Development, About Us, Testimonials etc.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def chat_interface(message, history):
102
  def launch_gradio():
103
  with gr.Blocks() as demo:
104
  gr.Markdown("# 💬 ImageOnline RAG Chatbot")
105
- gr.Markdown("Ask about Website Designing, App Development, SEO, Hosting, etc.")
106
  chatbot = gr.Chatbot()
107
  state = gr.State([])
108
  with gr.Row():
 
102
  def launch_gradio():
103
  with gr.Blocks() as demo:
104
  gr.Markdown("# 💬 ImageOnline RAG Chatbot")
105
+ gr.Markdown("Ask about Website Designing, Web Development, App Development, About Us, Testimonials etc.")
106
  chatbot = gr.Chatbot()
107
  state = gr.State([])
108
  with gr.Row():