Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def get_gemini_response(prompt):
|
|
| 17 |
|
| 18 |
# Streamlit app configuration
|
| 19 |
st.set_page_config(page_title="Med ChatBot")
|
| 20 |
-
st.header("ChatBot
|
| 21 |
|
| 22 |
# Initialize session state for chat history
|
| 23 |
if "chat_history" not in st.session_state:
|
|
|
|
| 17 |
|
| 18 |
# Streamlit app configuration
|
| 19 |
st.set_page_config(page_title="Med ChatBot")
|
| 20 |
+
st.header("Medical ChatBot")
|
| 21 |
|
| 22 |
# Initialize session state for chat history
|
| 23 |
if "chat_history" not in st.session_state:
|