Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,9 +10,6 @@ Use the sidebar to select input features.
|
|
| 10 |
""")
|
| 11 |
|
| 12 |
df = pd.read_csv('https://raw.githubusercontent.com/ardhiraka/PFDS_sources/master/campus.csv')
|
| 13 |
-
|
| 14 |
-
df = fetch_data()
|
| 15 |
-
|
| 16 |
def user_input():
|
| 17 |
gender = st.selectbox('Gender', df['gender'].unique())
|
| 18 |
ssc = st.number_input('Secondary School Points', value=67.00)
|
|
|
|
| 10 |
""")
|
| 11 |
|
| 12 |
df = pd.read_csv('https://raw.githubusercontent.com/ardhiraka/PFDS_sources/master/campus.csv')
|
|
|
|
|
|
|
|
|
|
| 13 |
def user_input():
|
| 14 |
gender = st.selectbox('Gender', df['gender'].unique())
|
| 15 |
ssc = st.number_input('Secondary School Points', value=67.00)
|