Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(css=".chatbox {height: 400px; overflow-y: auto; border: 1px solid
|
|
98 |
|
99 |
with gr.Column(visible=True) as auth_view:
|
100 |
gr.Markdown("## P-MSQ Authorization")
|
101 |
-
gr.Markdown("P-MSQ is in closed alpha test! The model, api and more are subject to change")
|
102 |
api_key_input = gr.Textbox(placeholder="Enter your API key or enter your Discord UserID", label="API Key/User ID")
|
103 |
auth_button = gr.Button("Authorize")
|
104 |
|
|
|
98 |
|
99 |
with gr.Column(visible=True) as auth_view:
|
100 |
gr.Markdown("## P-MSQ Authorization")
|
101 |
+
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.")
|
102 |
api_key_input = gr.Textbox(placeholder="Enter your API key or enter your Discord UserID", label="API Key/User ID")
|
103 |
auth_button = gr.Button("Authorize")
|
104 |
|