Youssefk commited on
Commit
e6430dd
1 Parent(s): 27ff0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ question = "tell me about i love sousse"
60
  st.write(question)
61
 
62
  answer = qa_model(question=question, context=context)
63
-
64
  # Print the answer
65
  st.write(answer)
66
 
 
60
  st.write(question)
61
 
62
  answer = qa_model(question=question, context=context)
63
+ sleep(2)
64
  # Print the answer
65
  st.write(answer)
66