EnigmaOfTheWorld commited on
Commit
aa17f1b
Β·
1 Parent(s): 0cd8372

Updated introduction to bot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ initial_placeholder = st.empty()
29
 
30
  with initial_placeholder.container():
31
  st.write('πŸ€–:')
32
- st.markdown('Hello! I am your professional MLOPs engineer and you answer anything related to MLOPS and data science.<br><br>πŸ€–:<br>How may I help you?',unsafe_allow_html=True)
33
  message = st.text_input("πŸ‘¨β€πŸ’»: ", placeholder="Your question?").strip()
34
  if message:
35
 
 
29
 
30
  with initial_placeholder.container():
31
  st.write('πŸ€–:')
32
+ st.markdown('I am an AI language model designed to assist you with tasks realeted to Data Science and MLOps(Machine Learning Operations),which is a set of practices that enables organizations to deploy, manage, monitor, and optimize machine learning models at scale.<br><br>πŸ€–:<br>How can I assist you with MLOPS and data science?',unsafe_allow_html=True)
33
  message = st.text_input("πŸ‘¨β€πŸ’»: ", placeholder="Your question?").strip()
34
  if message:
35