Abhilashvj commited on
Commit
e54f2a9
·
1 Parent(s): 7405e32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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',join(contexts)}"),
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: