Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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:
|