sabssag commited on
Commit
5eeaec9
·
verified ·
1 Parent(s): fe2c3a0

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(prompt):
17
 
18
  # Streamlit app configuration
19
  st.set_page_config(page_title="Med ChatBot")
20
- st.header("ChatBot App")
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: