Photon08 commited on
Commit
bd3f36a
·
1 Parent(s): 26dd649

Update app.py

Browse files

frontend modifications

Files changed (1) hide show
  1. app.py +5 -1
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"])