Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ custom_css = """
|
|
250 |
with gr.Blocks(css=custom_css) as demo:
|
251 |
with gr.Row(visible=True) as login_interface:
|
252 |
with gr.Column():
|
253 |
-
password_input = gr.Textbox(label="Enter
|
254 |
login_button = gr.Button("Login")
|
255 |
login_status = gr.Textbox(label="Login Status", interactive=False)
|
256 |
|
|
|
250 |
with gr.Blocks(css=custom_css) as demo:
|
251 |
with gr.Row(visible=True) as login_interface:
|
252 |
with gr.Column():
|
253 |
+
password_input = gr.Textbox(label="Enter Walone AI Key", type="password")
|
254 |
login_button = gr.Button("Login")
|
255 |
login_status = gr.Textbox(label="Login Status", interactive=False)
|
256 |
|