rstallman commited on
Commit
a957fff
·
1 Parent(s): 60b6bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- gradio.components.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
  ]
 
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
+ gradio.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
  ]