Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -310,7 +310,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 310 |
|
| 311 |
|
| 312 |
|
| 313 |
-
auth_button.click(authorize_and_proceed, inputs=[api_user_input, api_key_input], outputs=[auth_view, chat_view, chatbot_output, history_state])
|
| 314 |
save_instructions_btn.click(save_custom_instructions, inputs=[api_key_input, system_instructions_input], outputs=auth_status)
|
| 315 |
demo.launch(show_api=False)
|
| 316 |
if __name__ == "__main__":
|
|
|
|
| 310 |
|
| 311 |
|
| 312 |
|
| 313 |
+
auth_button.click(authorize_and_proceed, inputs=[api_user_input, api_key_input], outputs=[auth_view, chat_view, blacklist_view, chatbot_output, history_state])
|
| 314 |
save_instructions_btn.click(save_custom_instructions, inputs=[api_key_input, system_instructions_input], outputs=auth_status)
|
| 315 |
demo.launch(show_api=False)
|
| 316 |
if __name__ == "__main__":
|