mlclaw-tui-demo / app.py
Princess3's picture
Upload folder using huggingface_hub
175214d verified
Raw
History Blame Contribute Delete
2.12 kB
"""
ML Claw TUI Demo - Static Space
This is a placeholder app for the Hugging Face Space.
The actual TUI runs locally via `mlclaw-tui` command.
"""
print("""
╔══════════════════════════════════════════════════════════════╗
β•‘ ML Claw TUI Demo β•‘
╠══════════════════════════════════════════════════════════════╣
β•‘ β•‘
β•‘ This Space demonstrates the ML Claw TUI interface. β•‘
β•‘ β•‘
β•‘ To use the TUI locally: β•‘
β•‘ β•‘
β•‘ 1. Install ML Claw: β•‘
β•‘ npm install -g mlclaw β•‘
β•‘ β•‘
β•‘ 2. Launch the TUI: β•‘
β•‘ mlclaw-tui β•‘
β•‘ β•‘
β•‘ 3. Follow the interactive prompts β•‘
β•‘ β•‘
β•‘ Keyboard Shortcuts: β•‘
β•‘ - 1-6: Switch tabs β•‘
β•‘ - Tab: Navigate fields β•‘
β•‘ - Enter: Confirm β•‘
β•‘ - q: Quit β•‘
β•‘ β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
""")