AItool commited on
Commit
c9b8cdc
·
verified ·
1 Parent(s): addbb97

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -0
testnavbar.py CHANGED
@@ -114,6 +114,7 @@ def product_detail(product_name:str):
114
  LabelInput("Name", id='name'),
115
  LabelInput("Email", id='email'),
116
  LabelInput("Quantity", id='quantity'),
 
117
  # ButtonT.primary because this is the primary action of the page!
118
  Button("Submit", cls=ButtonT.primary))
119
 
 
114
  LabelInput("Name", id='name'),
115
  LabelInput("Email", id='email'),
116
  LabelInput("Quantity", id='quantity'),
117
+ Div(PaymentMethod,CreateAccount, TeamCard, cls='space-y-4'),
118
  # ButtonT.primary because this is the primary action of the page!
119
  Button("Submit", cls=ButtonT.primary))
120