Spaces:
Runtime error
Runtime error
Commit
Β·
9a06437
1
Parent(s):
89dcc95
Updated app.py
Browse files
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
|
| 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 |
|