RomZay commited on
Commit
e4ba1fb
·
verified ·
1 Parent(s): 8de58dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=".chatbox {height: 400px; overflow-y: auto; border: 1px solid
126
  with gr.Column(visible=True) as auth_view:
127
  gr.Markdown("## P-MSQ Authorization")
128
  gr.Markdown("P-MSQ is in closed alpha test! The model, api and more are subject to change. Even though the space is public, P-MSQ is restricted for public use, available for testers.")
129
- api_user_input = gr.Textbox(placeholder="snowflake", label="UserID")
130
  api_key_input = gr.Textbox(placeholder="Enter your API key", label="Token", type='password')
131
  auth_button = gr.Button("Authorize")
132
  auth_status = gr.Textbox(label="Authorization Status", interactive=False)
 
126
  with gr.Column(visible=True) as auth_view:
127
  gr.Markdown("## P-MSQ Authorization")
128
  gr.Markdown("P-MSQ is in closed alpha test! The model, api and more are subject to change. Even though the space is public, P-MSQ is restricted for public use, available for testers.")
129
+ api_user_input = gr.Textbox(placeholder="snowflake", label="UserID", type='username')
130
  api_key_input = gr.Textbox(placeholder="Enter your API key", label="Token", type='password')
131
  auth_button = gr.Button("Authorize")
132
  auth_status = gr.Textbox(label="Authorization Status", interactive=False)