Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -7,9 +7,9 @@ from huggingface_hub import hf_hub_download
|
|
| 7 |
# ================================
|
| 8 |
# App Title & Description
|
| 9 |
# ================================
|
| 10 |
-
st.set_page_config(page_title="Tourism Package Prediction",
|
| 11 |
|
| 12 |
-
st.title("
|
| 13 |
st.markdown(
|
| 14 |
"""
|
| 15 |
Provide customer details below to predict whether they are likely to
|
|
|
|
| 7 |
# ================================
|
| 8 |
# App Title & Description
|
| 9 |
# ================================
|
| 10 |
+
st.set_page_config(page_title="Tourism Package Prediction", layout="centered")
|
| 11 |
|
| 12 |
+
st.title("Tourism Package Prediction App")
|
| 13 |
st.markdown(
|
| 14 |
"""
|
| 15 |
Provide customer details below to predict whether they are likely to
|