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

Update app.py

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