Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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", type='
|
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='email')
|
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)
|