{% if base_exists %} {% extends 'base.html' %} {% block title %}About this demo app{% endblock %} {% else %} {% endif %} {% block body %}

IvoryOS Demo

IvoryOS dynamically inspects functions from any Python script, rendering them as draggable method cards in the browser.

The source code below is the source script used to build this demo. Three instances "pump", "balance" and "sdl" are created in this script, and can be either called in Device tab, or used to build a workflow in Design tab.

For authentication, user passwords are securely hashed using bcrypt before being stored. Use this demo to explore IvoryOS features!

⚠️ Note: Real-time progress tracking via SocketIO is currently not working on Hugging Face Spaces.
This is due to limited WebSocket support in the Hugging Face hosting environment.
Workflow will still work, results can be tracked via the Data tab.

Source Code

{{ code|e }}
{% endblock %}