Skip to content

Commit

Permalink
moved problematic code to css file
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Oct 4, 2023
1 parent 8da007b commit a5e9629
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions recipes/QRCodeGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,7 @@ def render_form_v2(self):
fields = {"email": fields.get("email", "")}
if st.button(
"<u>Import other contact info</u> from my email - magic!",
style={
"background": "none",
"border": 0,
"color": "black",
"padding": 0,
},
className="link-button",
):
if not fields.get("email"):
st.caption("Please provide an email address to import from")
Expand Down

0 comments on commit a5e9629

Please sign in to comment.