Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
]
|