Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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:
|