Hemasagar commited on
Commit
431bf8f
·
verified ·
1 Parent(s): 2be81fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from utils import *
6
  def main():
7
 
8
 
9
- st.set_page_config(page_title="Invoice Extraction Bot")
10
- st.title("I am Bot. How maay I help you today... ")
11
  st.subheader("I can help you extract text from pdfs. You can download CSV as an output and Aduio2Text.")
12
 
13
 
 
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.")
12
 
13