SarowarSaurav commited on
Commit
457fb27
·
verified ·
1 Parent(s): d5e9cfc

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,8 +27,8 @@ with open(knowledge_base_file, "r") as f:
27
  # Create the Gradio interface
28
  iface = gr.Interface(
29
  fn=chatbot_interface,
30
- inputs="Ask any questions about BATB",
31
- outputs="Result",
32
  title="British American Tobacco Bangladesh",
33
  description="- powered by IDT",
34
  theme="default"
 
27
  # Create the Gradio interface
28
  iface = gr.Interface(
29
  fn=chatbot_interface,
30
+ inputs="text",
31
+ outputs="text",
32
  title="British American Tobacco Bangladesh",
33
  description="- powered by IDT",
34
  theme="default"