milwright commited on
Commit
dff4786
·
1 Parent(s): ab31e16

Update support_docs.py (again x2)

Browse files
Files changed (1) hide show
  1. support_docs.py +8 -6
support_docs.py CHANGED
@@ -186,17 +186,19 @@ def create_support_docs():
186
  container=False
187
  )
188
 
189
- with gr.Accordion("Step 3d: Verify Build & Update", open=False):
190
  gr.Markdown("""
191
- **4a. Build Monitoring**
192
  - Space will show "Building..." status
193
  - Monitor build logs for errors
194
  - Wait 1-3 minutes for completion
195
-
196
- **4b. Configuration Verification**
197
- - Check Configuration Status panel
198
- - API Key should show "Configured and valid" ✅
199
  - Test chat interface with example prompts
 
 
 
 
 
 
200
  """)
201
 
202
  gr.Markdown("""
 
186
  container=False
187
  )
188
 
189
+ with gr.Accordion("Step 3d: Verify Build & Iterate", open=False):
190
  gr.Markdown("""
191
+ **Verify Build**
192
  - Space will show "Building..." status
193
  - Monitor build logs for errors
194
  - Wait 1-3 minutes for completion
 
 
 
 
195
  - Test chat interface with example prompts
196
+
197
+ **Iterate Configuration**
198
+ - Use the configuration editor to make changes
199
+ - Click "Save Configuration" to update
200
+ - Wait for the space to rebuild
201
+ - Test again with new settings
202
  """)
203
 
204
  gr.Markdown("""