Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 307 |
-
gr.Markdown("P-MSQ Interface is
|
| 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):
|