HOLYBOY commited on
Commit
bce0bd8
1 Parent(s): 270a9b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ st.image("bg.png", use_column_width=True)
65
 
66
  # How to use
67
  st.sidebar.image("welcome.png", use_column_width=True)
68
- st.sidebar.title("ENTER THE DETAILS OF THE CUSTOMER HERE")
69
 
70
  # Define a dictionary of models with their names, actual models, and types
71
  models = {
 
65
 
66
  # How to use
67
  st.sidebar.image("welcome.png", use_column_width=True)
68
+ # st.sidebar.title("ENTER THE DETAILS OF THE CUSTOMER HERE")
69
 
70
  # Define a dictionary of models with their names, actual models, and types
71
  models = {