Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,8 @@ model, tokenizer = load_model()
|
|
| 52 |
# Interfaz de usuario
|
| 53 |
# -------------------------------
|
| 54 |
|
| 55 |
-
st.
|
|
|
|
| 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",
|