Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as demo:
|
|
| 174 |
url = "https://cdn.discordapp.com/attachments/1006389042608349264/1114545184080928849/Guiyom_cartoon_style_-_working_poors_in_Hong_Kong_seeking_advic_70131de8-1a0a-4f04-ac49-b99d7e020414.png"
|
| 175 |
|
| 176 |
# INTERFACE
|
| 177 |
-
mode = gr.Textbox(value = "mode1", visible = False)
|
| 178 |
accesscode = gr.Textbox(label = "Input access code", visible = True)
|
| 179 |
with gr.Row():
|
| 180 |
with gr.Column(scale = 1):
|
|
|
|
| 174 |
url = "https://cdn.discordapp.com/attachments/1006389042608349264/1114545184080928849/Guiyom_cartoon_style_-_working_poors_in_Hong_Kong_seeking_advic_70131de8-1a0a-4f04-ac49-b99d7e020414.png"
|
| 175 |
|
| 176 |
# INTERFACE
|
| 177 |
+
mode = gr.Textbox(value = "mode1", visible = False, type = 'password')
|
| 178 |
accesscode = gr.Textbox(label = "Input access code", visible = True)
|
| 179 |
with gr.Row():
|
| 180 |
with gr.Column(scale = 1):
|