fantaxy commited on
Commit
2ae3f2c
Β·
verified Β·
1 Parent(s): d938e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -37
app.py CHANGED
@@ -634,43 +634,6 @@ with gr.Blocks(title="🐭 MOUSE Workflow", theme=gr.themes.Soft(), css=CSS) as
634
  outputs=export_preview
635
  )
636
 
637
- # ─── Instructions ───
638
- with gr.Accordion("πŸ“– How to Use", open=False):
639
- gr.Markdown(
640
- """
641
- ### πŸš€ Quick Start
642
-
643
- 1. **Import Workflow**
644
- - Paste JSON directly in the code editor
645
- - Or upload a JSON file
646
- - Click "Load Workflow" to visualize
647
-
648
- 2. **Design Workflow**
649
- - Drag components from sidebar
650
- - Connect nodes (output β†’ input)
651
- - Edit node properties
652
-
653
- 3. **Export Workflow**
654
- - Preview JSON with "Preview JSON" button
655
- - Download with "Download JSON" button
656
-
657
- 4. **Generate UI**
658
- - Click "Generate & Run UI" button
659
- - Fill in the auto-generated inputs
660
- - Click "Execute" to run the workflow
661
-
662
- ### πŸ’‘ Features
663
- - Visual workflow designer
664
- - JSON import/export with copy-paste
665
- - Auto-generate UI for end-users
666
- - Real-time workflow execution
667
-
668
- ### 🎯 Node Types
669
- - **Input**: ChatInput, textInput, numberInput
670
- - **Processing**: llmNode, textProcessor
671
- - **Output**: ChatOutput, textOutput
672
- """
673
- )
674
 
675
  # -------------------------------------------------------------------
676
  # πŸš€ μ‹€ν–‰
 
634
  outputs=export_preview
635
  )
636
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
637
 
638
  # -------------------------------------------------------------------
639
  # πŸš€ μ‹€ν–‰