Peter512 commited on
Commit
e30b99f
·
verified ·
1 Parent(s): 96ba311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -700,12 +700,12 @@ else:
700
 
701
  with col1:
702
  st.markdown("### 🎯 Step 1")
703
- st.markdown("Enter personal information (age, experience, country)")
704
 
705
  with col2:
706
  st.markdown("### 💼 Step 2")
707
- st.markdown("Add professional details (role, education, company)")
708
 
709
  with col3:
710
  st.markdown("### 🔮 Step 3")
711
- st.markdown("Click 'Predict Salary' to see your estimate!")
 
700
 
701
  with col1:
702
  st.markdown("### 🎯 Step 1")
703
+ st.write("Enter personal information (age, experience, country)")
704
 
705
  with col2:
706
  st.markdown("### 💼 Step 2")
707
+ st.write("Add professional details (role, education, company)")
708
 
709
  with col3:
710
  st.markdown("### 🔮 Step 3")
711
+ st.write("Click 'Predict Salary' to see your estimate!")