Spaces:
Running
Running
Update support_docs.py
Browse files- support_docs.py +12 -3
support_docs.py
CHANGED
@@ -71,9 +71,7 @@ def create_support_docs():
|
|
71 |
2. Click "Preview Deployment Package"
|
72 |
3. Test chat interface and URL grounding
|
73 |
4. Export conversations for documentation
|
74 |
-
|
75 |
-
**Requirements:** Set `OPENROUTER_API_KEY` environment variable for full testing
|
76 |
-
|
77 |
**Test Checklist:**
|
78 |
- Various query types and assistant responses
|
79 |
- URL grounding functionality (if enabled)
|
@@ -140,6 +138,17 @@ def create_support_docs():
|
|
140 |
width=400,
|
141 |
container=False
|
142 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
with gr.Column(scale=1):
|
144 |
gr.Image(
|
145 |
value="img/img8.png",
|
|
|
71 |
2. Click "Preview Deployment Package"
|
72 |
3. Test chat interface and URL grounding
|
73 |
4. Export conversations for documentation
|
74 |
+
|
|
|
|
|
75 |
**Test Checklist:**
|
76 |
- Various query types and assistant responses
|
77 |
- URL grounding functionality (if enabled)
|
|
|
138 |
width=400,
|
139 |
container=False
|
140 |
)
|
141 |
+
|
142 |
+
with gr.Column(scale=1):
|
143 |
+
gr.Image(
|
144 |
+
value="img/img9.png",
|
145 |
+
label="Ready to Commit",
|
146 |
+
show_label=True,
|
147 |
+
interactive=False,
|
148 |
+
width=400,
|
149 |
+
container=False
|
150 |
+
)
|
151 |
+
|
152 |
with gr.Column(scale=1):
|
153 |
gr.Image(
|
154 |
value="img/img8.png",
|