tommy24 commited on
Commit
fcceb56
·
1 Parent(s): 1f149ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # gr.inputs.Textbox(label="Textbox2",type="text"),
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
  ]