ManuelMC commited on
Commit
fdd3df5
·
verified ·
1 Parent(s): 58f0c72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,7 +52,8 @@ model, tokenizer = load_model()
52
  # Interfaz de usuario
53
  # -------------------------------
54
 
55
- st.title("✈️ Airline Review Rating Prediction")
 
56
 
57
  airlines = ["Iberia", "Vueling", "Ryanair", "Air Europa", "EasyJet", "Eurowings",
58
  "Grupo AirFrance-KLM", "Grupo IAG", "Iberia Express", "Jet2.com",
 
52
  # Interfaz de usuario
53
  # -------------------------------
54
 
55
+ st.markdown('<h2 style="text-align: center;">✈️ Airline Review Rating Predictor</h2>', unsafe_allow_html=True)
56
+
57
 
58
  airlines = ["Iberia", "Vueling", "Ryanair", "Air Europa", "EasyJet", "Eurowings",
59
  "Grupo AirFrance-KLM", "Grupo IAG", "Iberia Express", "Jet2.com",