File size: 2,121 Bytes
175214d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
"""
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                                                 β•‘
β•‘                                                              β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
""")