nrohan988 commited on
Commit
4e82651
·
verified ·
1 Parent(s): 7bb322d

Update app.py

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