Spaces:
Sleeping
Sleeping
ProtonDataLabs
commited on
Commit
•
03e6b4e
1
Parent(s):
4cdf9bf
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ if st.session_state['active_card'] == 'card3':
|
|
313 |
agg_df_filtered,
|
314 |
x='Fy',
|
315 |
y='PE_Coeff', # Differentiate between Promo and NoPromo
|
316 |
-
|
317 |
title=f"Price Elasticity Coefficient (PE) by Year for {selected_item_type}",
|
318 |
labels={'Fy': 'Fiscal Year', 'PE_Coeff': 'Price Elasticity Coefficient'},
|
319 |
markers=True
|
|
|
313 |
agg_df_filtered,
|
314 |
x='Fy',
|
315 |
y='PE_Coeff', # Differentiate between Promo and NoPromo
|
316 |
+
color='Region', # Differentiate lines by Region
|
317 |
title=f"Price Elasticity Coefficient (PE) by Year for {selected_item_type}",
|
318 |
labels={'Fy': 'Fiscal Year', 'PE_Coeff': 'Price Elasticity Coefficient'},
|
319 |
markers=True
|