emvecchi commited on
Commit
e14ee0e
1 Parent(s): 6421e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ intro_fields: List[Field] = [
163
 
164
  end_fields: List[Field] = [
165
  Field(type="container", title="**Thank you for taking part in this study!**", children=[
166
- Field(name="email", type="textarea", title="Enter an email address where we can send you the voucher. *Without this, we cannot recompense you for your contribution to our research.*"),
167
  ]),
168
  ]
169
 
 
163
 
164
  end_fields: List[Field] = [
165
  Field(type="container", title="**Thank you for taking part in this study!**", children=[
166
+ Field(name="email", type="textarea", title="Enter an email address where we can send you the voucher. **Without this, we cannot compensate you for your contribution to our research.**"),
167
  ]),
168
  ]
169