Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodinez-dh committed Jan 27, 2025
1 parent a60a257 commit c504501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ui/docs/add-interactivity/state-as-a-snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def form():

def handle_submit(form_data):
set_is_sent(True)
send_message(form_data['message'])
send_message(form_data["message"])

if is_sent:
return ui.heading("Your message is on its way!")
Expand Down

0 comments on commit c504501

Please sign in to comment.