Skip to content

Commit

Permalink
Update text_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadrahman56 authored Dec 25, 2023
1 parent 3cee22c commit b1718ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_gemini_response(input,image):

st.header("You and Me ! Here we go !! ")

input=st.text_input("Input Prompt: ",key="input")
input = st.text_input("Enter your question here", key="unique_input_key")
uploaded_file = st.file_uploader("select an image...", type=["jpg", "jpeg", "png"])

image=""
Expand All @@ -48,4 +48,4 @@ def get_gemini_response(input,image):

response=get_gemini_response(input,image)
st.subheader("The Response is")
st.write(response)
st.write(response)

0 comments on commit b1718ae

Please sign in to comment.