anasmkh commited on
Commit
57cc49f
·
verified ·
1 Parent(s): 0176585

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def chat_with_ai(user_input, chat_history):
96
 
97
  def gradio_chatbot():
98
  with gr.Blocks() as demo:
99
- gr.Markdown("# Chat Interface for LlamaIndex")
100
 
101
  chatbot = gr.Chatbot(label="Langchain Chatbot")
102
  user_input = gr.Textbox(
 
96
 
97
  def gradio_chatbot():
98
  with gr.Blocks() as demo:
99
+ gr.Markdown("# Chat Interface for Langchain")
100
 
101
  chatbot = gr.Chatbot(label="Langchain Chatbot")
102
  user_input = gr.Textbox(