Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ def function(Textbox,Textbox2, Textbox3, Textbox4):
|
|
263 |
|
264 |
inputs = [
|
265 |
gr.inputs.Textbox(label="Textbox",type="text"),
|
266 |
-
|
267 |
gr.inputs.Textbox(label="Textbox3",type="password"),
|
268 |
gr.inputs.Textbox(label="Textbox4",type="text")
|
269 |
]
|
|
|
263 |
|
264 |
inputs = [
|
265 |
gr.inputs.Textbox(label="Textbox",type="text"),
|
266 |
+
gr.inputs.Textbox(label="Textbox2",type="text"),
|
267 |
gr.inputs.Textbox(label="Textbox3",type="password"),
|
268 |
gr.inputs.Textbox(label="Textbox4",type="text")
|
269 |
]
|