hema1 commited on
Commit
e5c77ad
·
verified ·
1 Parent(s): accf530

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def func(context, question):
22
  result = nlp(question = question, context=context)
23
  return result['answer']
24
 
25
- example_1 = "(1) Kanisha,Preeti,Hema and Shaksham are the team members.They are working on a machine learning project"
26
  qst_1 = "who are the team members?"
27
 
28
  example_2 = "(2) Natural Language Processing (NLP) allows machines to break down and interpret human language. It's at the core of tools we use every day – from translation software, chatbots, spam filters, and search engines, to grammar correction software, voice assistants, and social media monitoring tools."
 
22
  result = nlp(question = question, context=context)
23
  return result['answer']
24
 
25
+ example_1 = "(1) Hema and Aman are team members.They are working on a machine learning project"
26
  qst_1 = "who are the team members?"
27
 
28
  example_2 = "(2) Natural Language Processing (NLP) allows machines to break down and interpret human language. It's at the core of tools we use every day – from translation software, chatbots, spam filters, and search engines, to grammar correction software, voice assistants, and social media monitoring tools."