hocuf commited on
Commit
ab0d356
1 Parent(s): be23d56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ st.title('Salary Prediction based on Experience-Exam-Interview :dollar:')
6
 
7
 
8
 
9
- experience = st.number_input('Enter Experience Years: ',1,10)
10
  exam = st.number_input('Enter Exam Results: ',1,10)
11
  interview = st.number_input('Enter Interview Results: ',1,10)
12
 
 
6
 
7
 
8
 
9
+ experience = st.number_input('Enter Experience Years: ',1,20)
10
  exam = st.number_input('Enter Exam Results: ',1,10)
11
  interview = st.number_input('Enter Interview Results: ',1,10)
12