Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# Set the title of the Streamlit app
|
| 6 |
-
st.title("Extraa Learn conversion Predictor")
|
| 7 |
|
| 8 |
# Section for conversion prediction
|
| 9 |
st.subheader("conversion Prediction")
|
|
|
|
| 3 |
import requests
|
| 4 |
|
| 5 |
# Set the title of the Streamlit app
|
| 6 |
+
st.title("Hi, Extraa Learn conversion Predictor")
|
| 7 |
|
| 8 |
# Section for conversion prediction
|
| 9 |
st.subheader("conversion Prediction")
|