tsi-org commited on
Commit
ee426f3
·
verified ·
1 Parent(s): 6252860

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
92
  gr.Markdown("# 🎭 Expression Editor")
93
 
94
  with gr.Column():
95
- password = gr.Textbox(type="password", label="Enter password", placeholder="Enter 'pixo' to access")
96
  login_button = gr.Button("Login", variant="primary")
97
 
98
  with gr.Column(visible=False) as main_interface:
 
92
  gr.Markdown("# 🎭 Expression Editor")
93
 
94
  with gr.Column():
95
+ password = gr.Textbox(type="password", label="Enter password", placeholder="muhahaha")
96
  login_button = gr.Button("Login", variant="primary")
97
 
98
  with gr.Column(visible=False) as main_interface: