Goodnight7 commited on
Commit
c72bc08
·
verified ·
1 Parent(s): a858144

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def continue_conversation(input, history):
183
  # Streamlit UI
184
  def main():
185
  st.set_page_config(page_title="Hydroponic AI Chatbot", page_icon="👨‍⚕️")
186
- st.title("Medical Chatbot")
187
 
188
  # Initialize the conversation history
189
  if 'history' not in st.session_state:
 
183
  # Streamlit UI
184
  def main():
185
  st.set_page_config(page_title="Hydroponic AI Chatbot", page_icon="👨‍⚕️")
186
+ st.title("Hydroponic AI Chatbot")
187
 
188
  # Initialize the conversation history
189
  if 'history' not in st.session_state: