Yoxas commited on
Commit
d186e31
·
verified ·
1 Parent(s): 8f37923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.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."
 
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."