Ashik1 commited on
Commit
1cb348d
·
verified ·
1 Parent(s): 5378ed2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_gemini_response(question):
22
 
23
  # initialize our streamlit app
24
  st.set_page_config(page_title="Q&A")
25
- st.header("CTET QUEARY ONLY FOR SHWETA GUPTA")
26
 
27
  # Initiakize session state for chat history if it doesnot exist
28
  if 'chat_history' not in st.session_state:
 
22
 
23
  # initialize our streamlit app
24
  st.set_page_config(page_title="Q&A")
25
+ st.header("Q AND ANSWER CHATBOT")
26
 
27
  # Initiakize session state for chat history if it doesnot exist
28
  if 'chat_history' not in st.session_state: