rakeshkumar1812 commited on
Commit
9563a98
·
verified ·
1 Parent(s): 89df9c5

header updated 1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def input_image_setup(uploaded_file):
36
  # Initialize our streamlit app
37
  st.set_page_config(page_title= "Invoice Extractor")
38
 
39
- st.markdown("<h1 style='font-size:24px;'>Query your Image file</h1>", unsafe_allow_html=True)
40
  # st.header("Gemini Application")
41
  input = st.text_input("Input Prompt: ", key = "input")
42
  uploaded_file= st.file_uploader("Choose an Image....", type=["jpg", "jpeg", "png"])
 
36
  # Initialize our streamlit app
37
  st.set_page_config(page_title= "Invoice Extractor")
38
 
39
+ st.markdown("<h1 style='font-size:24px;'>Query with LangChain & GenAI: Image file(Jpeg,Jpg,Png)</h1>", unsafe_allow_html=True)
40
  # st.header("Gemini Application")
41
  input = st.text_input("Input Prompt: ", key = "input")
42
  uploaded_file= st.file_uploader("Choose an Image....", type=["jpg", "jpeg", "png"])