Update app.py
Browse files
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 |
|