Peter512 commited on
Commit
50dabf4
·
verified ·
1 Parent(s): 5ef0dc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -490,7 +490,7 @@ if st.session_state.get('has_prediction', False):
490
  - **Green bars** pointing right → These factors *increase* your salary
491
  - **Red bars** pointing left → These factors *decrease* your salary
492
  - **Longer bars** = Bigger impact on your predicted salary
493
- - **Why do I see other countries/categories I didn't select?** The chart shows the top 10 most impactful features for your prediction. For categories you *didn't* select (like other countries), a negative value means "not having this characteristic decreases your salary" in other words, if you had selected that option instead, your salary would be higher. For example, "Country: Germany = -€1,059" means being from Germany would have added €1,059 to your salary.
494
  """)
495
 
496
  with col2:
 
490
  - **Green bars** pointing right → These factors *increase* your salary
491
  - **Red bars** pointing left → These factors *decrease* your salary
492
  - **Longer bars** = Bigger impact on your predicted salary
493
+ - **Why do I see other countries/categories I didn't select?** The chart shows the top 10 most impactful features for your prediction. When you see a **red bar** for a category you *didn't* select (like other countries), it means "not having this characteristic lowers your salary compared to having it." For example, if you see "Country: Germany" with a **red bar showing €1,059**, it means being from Germany would have added €1,059 to your salary compared to your current country.
494
  """)
495
 
496
  with col2: