SarowarSaurav commited on
Commit
265ef08
1 Parent(s): 5503ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ def get_answer(text):
33
  return result["answer"]
34
 
35
  # Define the Gradio interface
36
- def chatbot_interface(text):
37
- answer = get_answer(text)
38
  return answer
39
 
40
  knowledge_base_text = """
 
33
  return result["answer"]
34
 
35
  # Define the Gradio interface
36
+ def chatbot_interface(Question):
37
+ answer = get_answer(Question)
38
  return answer
39
 
40
  knowledge_base_text = """