Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ model = load_model()
|
|
| 26 |
|
| 27 |
# Sidebar for input selection
|
| 28 |
st.sidebar.header("Input Options")
|
| 29 |
-
input_method = st.sidebar.radio("Choose input method:", ("
|
| 30 |
|
| 31 |
# Define the list of features expected by the model.
|
| 32 |
FEATURES = [
|
|
|
|
| 26 |
|
| 27 |
# Sidebar for input selection
|
| 28 |
st.sidebar.header("Input Options")
|
| 29 |
+
input_method = st.sidebar.radio("Choose input method:", ("Custom / API Input","CSV Upload"))
|
| 30 |
|
| 31 |
# Define the list of features expected by the model.
|
| 32 |
FEATURES = [
|