Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ inputs = [
|
|
102 |
gr.inputs.Textbox(label="Your Legal Query", placeholder="Talk to your lawyer..."),
|
103 |
gr.inputs.Textbox(label="Your Name", placeholder="Enter your name"),
|
104 |
gr.inputs.Textbox(label="Your Email", placeholder="Enter your email"),
|
105 |
-
|
106 |
gr.inputs.Dropdown(label="Select your region", choices=["England", "Scotland", "Wales", "Northern Ireland"]),
|
107 |
gr.inputs.Textbox(label="Profession", placeholder="Enter your profession")
|
108 |
]
|
|
|
102 |
gr.inputs.Textbox(label="Your Legal Query", placeholder="Talk to your lawyer..."),
|
103 |
gr.inputs.Textbox(label="Your Name", placeholder="Enter your name"),
|
104 |
gr.inputs.Textbox(label="Your Email", placeholder="Enter your email"),
|
105 |
+
gr.inputs.Radio(label="Are you a fintech startup?", choices=["Yes", "No"]),
|
106 |
gr.inputs.Dropdown(label="Select your region", choices=["England", "Scotland", "Wales", "Northern Ireland"]),
|
107 |
gr.inputs.Textbox(label="Profession", placeholder="Enter your profession")
|
108 |
]
|