Skip to content

Commit

Permalink
Update app/layout_elements.py
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Aschauer <[email protected]>
  • Loading branch information
markushal and joAschauer authored Dec 13, 2023
1 parent da94c6a commit f100b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/layout_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def display_costs(
"Select data to display",
["with user modifications", "without user modifications", "difference"],
horizontal=True,
key=f"select_data_{key}_{key_suffix}",
key=f"select_user_modificatons_data_{key}_{key_suffix}",

)
if select_data == "with user modifications":
df_res = df_costs
Expand Down

0 comments on commit f100b1f

Please sign in to comment.