Skip to content

Commit

Permalink
Reformat with black
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Oct 4, 2023
1 parent 45d03e6 commit 480eebb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipes/QRCodeGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ def render_form_v2(self):
accept=["image/*"],
)
else:
self._set_active_qr_input_field(st.session_state, "qr_code_data", default="")
self._set_active_qr_input_field(
st.session_state, "qr_code_data", default=""
)
st.text_area(
"""
### 🔗 URL
Expand Down

0 comments on commit 480eebb

Please sign in to comment.