Spaces:
Runtime error
Runtime error
Abhilashvj
commited on
Commit
•
65dea60
1
Parent(s):
9bc6376
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ if st.session_state.results:
|
|
324 |
# unsafe_allow_html=True,
|
325 |
# )
|
326 |
all_contexts = '\n'.join(contexts)
|
327 |
-
st.write(markdown(f"
|
328 |
unsafe_allow_html=True,
|
329 |
)
|
330 |
except:
|
|
|
324 |
# unsafe_allow_html=True,
|
325 |
# )
|
326 |
all_contexts = '\n'.join(contexts)
|
327 |
+
st.write(markdown(f"Answer: \n {result} \n"),
|
328 |
unsafe_allow_html=True,
|
329 |
)
|
330 |
except:
|