Correcting some grammatical mistakes
Browse files
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
|
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 |
|