Update app.py
Browse files
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
|
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'])
|