Spaces:
Sleeping
Sleeping
Commit
·
4a63e8c
1
Parent(s):
3d7532f
fix: change from dropdown to textbox username employee
Browse files
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.
|
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")
|