drkareemkamal commited on
Commit
d8886da
·
verified ·
1 Parent(s): efa98aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def input_image_details(uploaded_file):
37
  ## initialize our streamlit app
38
 
39
  st.set_page_config(page_title = 'MultiLanguage Invoice Extractor')
40
- st.header("Gemini Application")
41
 
42
  input = st.text_input('Input Prompt: ',key = 'input')
43
  uploaded_file = st.file_uploader('Choose an image of the Invoice',type = ["jpg",'jpeg','png'])
 
37
  ## initialize our streamlit app
38
 
39
  st.set_page_config(page_title = 'MultiLanguage Invoice Extractor')
40
+ st.header("MultiLanguage Invoice Extractor using Gemini Vision PRO ")
41
 
42
  input = st.text_input('Input Prompt: ',key = 'input')
43
  uploaded_file = st.file_uploader('Choose an image of the Invoice',type = ["jpg",'jpeg','png'])