Skip to content

Commit

Permalink
added images text
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadrahman56 committed Dec 25, 2023
2 parents b5edaec + 839b0f1 commit 8a67409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ def get_response(input_text):
return response.text

st.set_page_config(page_title="Q & A", page_icon=":gem:")
<<<<<<< HEAD
st.header("I am your FRIEND Gemini")
st.subheader("Ask me anything and I will try to answer it for you as best as I can" )
=======
st.header("Here you GO...!")
input = st.text_input("Enter your question here", key="input")
>>>>>>> 839b0f129662246db2e4f633a60b97d3b280ca15

input = st.text_input("Enter your question here", key="input")
submit = st.button("Submit")
Expand Down

0 comments on commit 8a67409

Please sign in to comment.