EnigmaOfTheWorld commited on
Commit
9a06437
Β·
1 Parent(s): 89dcc95

Updated app.py

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('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>Do you know MLOps brings together best practices from DevOps and machine learning to facilitate ML model development, deployment and monitoring in a consistent, scalable, and efficient manner. This helps organizations to improve the speed, reliability and reproducibility of machine learning workflows, which ultimately leads to better AI solutions in production.<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
 
 
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>Do you know MLOps brings together best practices from DevOps and machine learning to facilitate ML model development, deployment and monitoring in a consistent, scalable, and efficient manner. This helps organizations to improve the speed, reliability and reproducibility of machine learning workflows, which ultimately leads to better AI solutions in production.<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