Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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(
|