Spaces:
Runtime error
Runtime error
Commit
·
e54f2a9
1
Parent(s):
7405e32
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ if st.session_state.results:
|
|
324 |
# unsafe_allow_html=True,
|
325 |
# )
|
326 |
st.write(
|
327 |
-
markdown(f"Answer: {result} \n Extracted from context {'\n'
|
328 |
unsafe_allow_html=True,
|
329 |
)
|
330 |
except:
|
|
|
324 |
# unsafe_allow_html=True,
|
325 |
# )
|
326 |
st.write(
|
327 |
+
markdown(f"Answer: {result} \n Extracted from context {'\n'.join(contexts)}"),
|
328 |
unsafe_allow_html=True,
|
329 |
)
|
330 |
except:
|