luisotorres commited on
Commit
c9e6dbf
1 Parent(s): 610c281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -121,8 +121,8 @@ if submit_button:
121
 
122
 
123
  st.markdown(
124
- """
125
- print("See how this model was created on Kaggle:")
126
- [ 🍷 Wine Quality - EDA, Prediction and Deploy](https://www.kaggle.com/code/lusfernandotorres/wine-quality-eda-prediction-and-deploy/notebook)
127
- """
128
  )
 
121
 
122
 
123
  st.markdown(
124
+ """
125
+ See how this model was created on Kaggle:
126
+ [🍷 Wine Quality - EDA, Prediction and Deploy](https://www.kaggle.com/code/lusfernandotorres/wine-quality-eda-prediction-and-deploy/notebook)
127
+ """
128
  )