Spaces:
Sleeping
Sleeping
update app.py
Browse files
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="
|
31 |
-
outputs="
|
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"
|