Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAsk about Website Designing, Web Development, App Development, About Us, Testimonials etc.
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,
|
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():
|