Sakil commited on
Commit
31cf1a1
·
1 Parent(s): 06248ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def qa_bot():
60
  return qa
61
 
62
  def main():
63
- st.title("AI Chatbot with Streamlit")
64
 
65
  qa_result = qa_bot()
66
 
 
60
  return qa
61
 
62
  def main():
63
+ st.title("Medical Assistance AI ChatBot")
64
 
65
  qa_result = qa_bot()
66