fantaxy commited on
Commit
1635f86
Β·
verified Β·
1 Parent(s): 3f10e1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -23
app.py CHANGED
@@ -109,29 +109,7 @@ with gr.Blocks(
109
  export_btn = gr.Button("πŸ’Ύ Export JSON", variant="primary", size="lg")
110
 
111
  # Instructions
112
- with gr.Accordion("πŸ“– How to Use", open=False):
113
- gr.Markdown("""
114
- ### πŸš€ Getting Started
115
-
116
- 1. **Add Components**: Drag items from the left sidebar onto the canvas
117
- 2. **Connect Nodes**: Drag from the blue circle on the right of a node to the left circle of another
118
- 3. **Edit Properties**: Click any node to see its editable properties on the right panel
119
- 4. **Organize**: Drag nodes around to create a clean workflow layout
120
- 5. **Delete**: Use the βœ• button on nodes or click the red circle on connections
121
-
122
- ### 🎯 Component Types
123
-
124
- - **πŸ“₯ Inputs**: Text fields, file uploads, number inputs
125
- - **βš™οΈ Processing**: Language models, text processors, conditionals
126
- - **πŸ“€ Outputs**: Text displays, file exports, charts
127
- - **πŸ”§ Tools**: API calls, data transformers, validators
128
-
129
- ### πŸ’‘ Pro Tips
130
-
131
- - **Collapsible Panels**: Use the arrow buttons to hide/show sidebars
132
- - **Live Updates**: Properties update in real-time as you edit
133
- - **Export Options**: Get JSON config for your workflow
134
- """)
135
 
136
  # Event handlers
137
  export_btn.click(
 
109
  export_btn = gr.Button("πŸ’Ύ Export JSON", variant="primary", size="lg")
110
 
111
  # Instructions
112
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
 
114
  # Event handlers
115
  export_btn.click(