Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def get_gemini_response(question):
|
|
17 |
return response
|
18 |
|
19 |
st.set_page_config(page_title="Q&A Demo")
|
20 |
-
st.header("Ask Ramya?
|
21 |
st.subheader("Zindagi se pareshaan? I am here meri jaan.")
|
22 |
|
23 |
#Initialize session state for chat history if it doesn't exist
|
|
|
17 |
return response
|
18 |
|
19 |
st.set_page_config(page_title="Q&A Demo")
|
20 |
+
st.header("Ask Ramya?")
|
21 |
st.subheader("Zindagi se pareshaan? I am here meri jaan.")
|
22 |
|
23 |
#Initialize session state for chat history if it doesn't exist
|