tommy24 commited on
Commit
f196acf
·
1 Parent(s): 22f06ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def greet(name, age, city,Key):
5
 
6
  inputs = [
7
  gr.inputs.Textbox(label="Name",type="text"),
8
- gr.inputs.Textbox(label="Age", type="number"),
9
  gr.inputs.Textbox(label="City",type="text"),
10
  gr.inputs.Textbox(label="Key",type="password")
11
  ]
 
5
 
6
  inputs = [
7
  gr.inputs.Textbox(label="Name",type="text"),
8
+ gr.inputs.Textbox(label="Age", type="text"),
9
  gr.inputs.Textbox(label="City",type="text"),
10
  gr.inputs.Textbox(label="Key",type="password")
11
  ]