Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def retrieve_and_generate(question):
|
|
64 |
# Create a Gradio interface
|
65 |
interface = gr.Interface(
|
66 |
fn=retrieve_and_generate,
|
67 |
-
inputs=gr.
|
68 |
outputs="text",
|
69 |
title="RAG Chatbot",
|
70 |
description="Ask questions about the documents in the CSV file."
|
|
|
64 |
# Create a Gradio interface
|
65 |
interface = gr.Interface(
|
66 |
fn=retrieve_and_generate,
|
67 |
+
inputs=gr.Textbox(lines=2, placeholder="Ask a question about the documents..."),
|
68 |
outputs="text",
|
69 |
title="RAG Chatbot",
|
70 |
description="Ask questions about the documents in the CSV file."
|