anasmkh commited on
Commit
b1663e4
·
verified ·
1 Parent(s): d56a0da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def chat_with_ai(user_input, chat_history):
67
 
68
  def gradio_chatbot():
69
  with gr.Blocks() as demo:
70
- gr.Markdown("# Gradio Chat Interface for LlamaIndex")
71
 
72
  chatbot = gr.Chatbot(label="LlamaIndex Chatbot")
73
  user_input = gr.Textbox(
 
67
 
68
  def gradio_chatbot():
69
  with gr.Blocks() as demo:
70
+ gr.Markdown("# Chat Interface for LlamaIndex")
71
 
72
  chatbot = gr.Chatbot(label="LlamaIndex Chatbot")
73
  user_input = gr.Textbox(