Update app.py
Browse files
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("#
|
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(
|