Update app.py
Browse filesfrontend modifications
app.py
CHANGED
|
@@ -110,7 +110,11 @@ def evaluate(y_true,y_pred, problem="Regression"):
|
|
| 110 |
file = met_df.to_csv().encode('utf-8')
|
| 111 |
|
| 112 |
return file
|
| 113 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
prob_type = st.selectbox(label="Please select your ML problem type: ",options=("Regression","Classification"))
|
| 115 |
|
| 116 |
train_data = st.file_uploader(label="Please upload your training dataset",type=["csv"])
|
|
|
|
| 110 |
file = met_df.to_csv().encode('utf-8')
|
| 111 |
|
| 112 |
return file
|
| 113 |
+
|
| 114 |
+
st.title("No Code Machine Learning Studio: ")
|
| 115 |
+
|
| 116 |
+
st.image(image="https://www.silvertouchtech.co.uk/wp-content/uploads/2020/05/ai-banner.jpg")
|
| 117 |
+
st.write("Drag & Drop Portal for Machine Learing")
|
| 118 |
prob_type = st.selectbox(label="Please select your ML problem type: ",options=("Regression","Classification"))
|
| 119 |
|
| 120 |
train_data = st.file_uploader(label="Please upload your training dataset",type=["csv"])
|