Technozam commited on
Commit
afb72cb
1 Parent(s): 2b7d36e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -446,7 +446,7 @@ def generate_question(context,subject,total):
446
  print (wrp)
447
  # np = getnounphrases(summary_text,sentence_transformer_model,3)
448
  np = get_keywords(context,summary_text,total)
449
- random.shuffle(np)
450
 
451
  print ("\n\nNoun phrases",np)
452
 
 
446
  print (wrp)
447
  # np = getnounphrases(summary_text,sentence_transformer_model,3)
448
  np = get_keywords(context,summary_text,total)
449
+ random.shuffle(np)
450
 
451
  print ("\n\nNoun phrases",np)
452