Hemasagar commited on
Commit
0883d0c
·
verified ·
1 Parent(s): 431bf8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,11 +1,13 @@
1
  import streamlit as st
2
  from utils import *
 
 
3
 
4
 
5
 
6
  def main():
 
7
 
8
-
9
  st.set_page_config(page_title="pdf invoice Extraction Bot")
10
  st.title("I am Bot. How can I help you today?... ")
11
  st.subheader("I can help you extract text from pdfs. You can download CSV as an output and Aduio2Text.")
 
1
  import streamlit as st
2
  from utils import *
3
+ from dotenv import load_dotenv
4
+
5
 
6
 
7
 
8
  def main():
9
+ load_dotenv()
10
 
 
11
  st.set_page_config(page_title="pdf invoice Extraction Bot")
12
  st.title("I am Bot. How can I help you today?... ")
13
  st.subheader("I can help you extract text from pdfs. You can download CSV as an output and Aduio2Text.")