Abhilashvj commited on
Commit
7c1456a
1 Parent(s): 65f0d4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -324,8 +324,7 @@ if st.session_state.results:
324
  # unsafe_allow_html=True,
325
  # )
326
  # all_contexts = '\n'.join(contexts)
327
- st.write(
328
- markdown(f"# Answer: {result}")#"\n ## Extracted from context: \n {all_contexts}"),
329
  unsafe_allow_html=True,
330
  )
331
  except:
 
324
  # unsafe_allow_html=True,
325
  # )
326
  # all_contexts = '\n'.join(contexts)
327
+ st.write(markdown(f"# Answer: {result}"),#"\n ## Extracted from context: \n {all_contexts}"),
 
328
  unsafe_allow_html=True,
329
  )
330
  except: