luisotorres commited on
Commit
2d9b707
1 Parent(s): c9e6dbf

Update app.py

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