Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadrahman56 committed Dec 25, 2023
1 parent 305d59c commit 839b0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_response(input_text):
return response.text

st.set_page_config(page_title="Q & A", page_icon=":gem:")
st.header("Gemini LLM application")
st.header("Here you GO...!")
input = st.text_input("Enter your question here", key="input")

submit = st.button("Submit")
Expand Down

0 comments on commit 839b0f1

Please sign in to comment.