Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,4 +14,4 @@ st.header("about the app..")
|
|
| 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">
|
|
|
|
| 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"><b>Author:L Sai Sreeja</b></div>', unsafe_allow_html=True)
|