pksx01 commited on
Commit
1c8eadd
·
1 Parent(s): c4c615c

Correcting some grammatical mistakes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ if __name__ == "__main__":
34
  ips = [
35
  gr.inputs.Number(label="Enter your basic salary"),
36
  gr.inputs.Number(label="Enter your HRA"),
37
- gr.inputs.Textbox(label="Are the basic salary and HRA provided by you are Annual? Enter 'yes' if they are annually else 'no' if they are monthly."),
38
  gr.inputs.Textbox(label="Do you live in Delhi, Mumbai, Chennai or Kolkata? Please provide answer in 'yes' or 'no'. ")
39
  ]
40
 
 
34
  ips = [
35
  gr.inputs.Number(label="Enter your basic salary"),
36
  gr.inputs.Number(label="Enter your HRA"),
37
+ gr.inputs.Textbox(label="Are the basic salary and HRA provided by you annual? Enter 'yes' if they are annual amount else 'no' if they are monthly."),
38
  gr.inputs.Textbox(label="Do you live in Delhi, Mumbai, Chennai or Kolkata? Please provide answer in 'yes' or 'no'. ")
39
  ]
40