POLRAMBORA commited on
Commit
af6836b
·
verified ·
1 Parent(s): 5a754ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -303,8 +303,8 @@ with gr.Blocks(css=css) as demo:
303
  outputs=[chatbot_output, history_state])
304
 
305
  with gr.Column(visible=True) as blacklist_view:
306
- gr.Markdown("## P-MSQ Authorization")
307
- gr.Markdown("P-MSQ Interface is under maintenance due to the technical difficulties, we're currently investigating the issue, stay tuned!")
308
 
309
 
310
  def authorize_and_proceed(user, api_key):
 
303
  outputs=[chatbot_output, history_state])
304
 
305
  with gr.Column(visible=True) as blacklist_view:
306
+ gr.Markdown("## Sunsetting gradio P-MSQ interface")
307
+ gr.Markdown("P-MSQ Gradio Interface is moving to another - [Next.js powered PMSQ](https://pmsq.polrambora.com)")
308
 
309
 
310
  def authorize_and_proceed(user, api_key):