Spaces:
Running
Running
Cambio clave control de acceso
Browse files
app.py
CHANGED
@@ -95,4 +95,4 @@ with gr.Blocks() as demo:
|
|
95 |
clear.click(clear_chat,inputs=[msg, chatbot], outputs=[msg, chatbot])
|
96 |
|
97 |
demo.queue()
|
98 |
-
demo.launch(auth = ('Ceibal_IA',
|
|
|
95 |
clear.click(clear_chat,inputs=[msg, chatbot], outputs=[msg, chatbot])
|
96 |
|
97 |
demo.queue()
|
98 |
+
demo.launch(auth = ('Ceibal_IA', access_pwd))
|