Spaces:
Sleeping
Sleeping
Commit
·
a4ed3ca
1
Parent(s):
3cc3c6a
Adding examples.txt file.
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ try:
|
|
50 |
|
51 |
try:
|
52 |
if st.button('Ask for answer'):
|
53 |
-
st.write('The answer is:')
|
54 |
answer = pipeline.give_the_best_answer(mi_dict)
|
55 |
st.write(f"The correct answer is {answer}: {mi_dict[answer]}")
|
56 |
st.balloons()
|
|
|
50 |
|
51 |
try:
|
52 |
if st.button('Ask for answer'):
|
|
|
53 |
answer = pipeline.give_the_best_answer(mi_dict)
|
54 |
st.write(f"The correct answer is {answer}: {mi_dict[answer]}")
|
55 |
st.balloons()
|