muhammadshaheryar commited on
Commit
dda64b1
·
verified ·
1 Parent(s): 3b868d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -38,7 +38,6 @@ def answer_question(question):
38
  return answer["answer"]
39
 
40
  # Ask a question
41
- print("Paste the text and ask your question.")
42
- question = input("Your question: ")
43
- answer = answer_question(question)
44
- print("Answer:", answer)
 
38
  return answer["answer"]
39
 
40
  # Ask a question
41
+ import sentence_transformers
42
+ print("sentence-transformers is installed successfully!")
43
+