sbudni commited on
Commit
39817cb
1 Parent(s): 0428e35

Updated fixed context

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ He goes to Vidyani ketan school. He goes to school from 8 am to 3:30 pm.
48
  Ishaan has many friends.
49
  Vineet is his brother. """
50
 
51
- def get_answer(context,question):
52
  QA_input = {
53
  'question': question,
54
  'context': fixed_context
 
48
  Ishaan has many friends.
49
  Vineet is his brother. """
50
 
51
+ def get_answer(fixed_context,question):
52
  QA_input = {
53
  'question': question,
54
  'context': fixed_context