From 839b0f129662246db2e4f633a60b97d3b280ca15 Mon Sep 17 00:00:00 2001 From: sajjad rahman <67529599+sajjadrahman56@users.noreply.github.com> Date: Tue, 26 Dec 2023 03:13:40 +0600 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3671151..8eb1a9e 100644 --- a/app.py +++ b/app.py @@ -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")