Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,6 +12,6 @@ st.title("AUTO ML")
|
|
| 12 |
st.header("about the app..")
|
| 13 |
|
| 14 |
st.write("This app is to predict the accuracy for various ML algorithms with respect to your data.")
|
| 15 |
-
st.write("
|
| 16 |
|
| 17 |
-
st.markdown('<div style="text-align: right"
|
|
|
|
| 12 |
st.header("about the app..")
|
| 13 |
|
| 14 |
st.write("This app is to predict the accuracy for various ML algorithms with respect to your data.")
|
| 15 |
+
st.write("*Give it a try , You will see MAGIC!!!*")
|
| 16 |
|
| 17 |
+
st.markdown('<div style="text-align: right">*Author : L Sai Sreeja*</div>', unsafe_allow_html=True)
|