pankajsingh3012 commited on
Commit
c98a15b
·
verified ·
1 Parent(s): 0b9fb13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from langchain_helper import get_qa_chain, create_vector_db
 
3
 
4
  titleimg = "bg.jpeg"
5
 
 
1
  import streamlit as st
2
  from langchain_helper import get_qa_chain, create_vector_db
3
+ import base64
4
 
5
  titleimg = "bg.jpeg"
6