Spaces:
Runtime error
Runtime error
header updated 1
Browse files
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
|
| 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"])
|