Skip to content

Commit

Permalink
Merge branch 'main' into buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbland authored Dec 14, 2023
2 parents 1bf8b50 + a3f21ea commit 38e7ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def get_button(func: str, icon: str) -> html.Button:
],
style={
"width": "40%",
"display": "flex",
"flex-direction": "column",
"justify-content": "center",
"display": "none" if LIVE_MODEL else "flex",
},
),
get_button("default", "iconoir:undo"),
Expand Down

0 comments on commit 38e7ff7

Please sign in to comment.