RomZay commited on
Commit
fd46984
·
verified ·
1 Parent(s): cc42d21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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