mohsinmubaraksk commited on
Commit
234500f
·
verified ·
1 Parent(s): f6b7cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:", ("CSV Upload", "Custom / API Input"))
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 = [