Skip to content

Commit

Permalink
run black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko authored and devxpy committed Nov 6, 2023
1 parent 953f995 commit 40eba52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion daras_ai_v2/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,9 @@ def render_submit_button(self, key="--submit-1"):
with st.div(className="position-sticky bottom-0 bg-white"):
st.write("---")
col1, col2 = st.columns([2, 1], responsive=False)
col2.node.props["className"] += " d-flex justify-content-end align-items-center"
col2.node.props[
"className"
] += " d-flex justify-content-end align-items-center"
with col1:
st.caption(
f"Run cost = [{self.get_price_roundoff(st.session_state)} credits]({self.get_credits_click_url()}) \\\n"
Expand Down

0 comments on commit 40eba52

Please sign in to comment.