Kamonphanpro commited on
Commit
4a63e8c
·
1 Parent(s): 3d7532f

fix: change from dropdown to textbox username employee

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ with gr.Blocks() as demo:
150
  show_user_button = gr.Button("show username")
151
  view_username = gr.Markdown(label="Avilable username")
152
  view_inputs = [
153
- gr.Dropdown(label="Username", choices=[]),
154
  gr.Textbox(label="Password"),
155
  ]
156
  view_button = gr.Button("View")
 
150
  show_user_button = gr.Button("show username")
151
  view_username = gr.Markdown(label="Avilable username")
152
  view_inputs = [
153
+ gr.Textbox(label="Username"),
154
  gr.Textbox(label="Password"),
155
  ]
156
  view_button = gr.Button("View")