Spaces:
Running
Running
milwright
commited on
Commit
·
476dfb0
1
Parent(s):
d21b393
Condense Quick Start Guide in support documentation
Browse files- support_docs.py +29 -16
support_docs.py
CHANGED
@@ -15,17 +15,18 @@ def create_support_docs():
|
|
15 |
|
16 |
with gr.Accordion("🚀 Getting Started", open=True):
|
17 |
gr.Markdown("""
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
29 |
- HuggingFace account (free)
|
30 |
- OpenRouter API key
|
31 |
- Basic AI chatbot knowledge
|
@@ -112,7 +113,7 @@ def create_support_docs():
|
|
112 |
)
|
113 |
with gr.Column(scale=1):
|
114 |
gr.Image(
|
115 |
-
value="img/
|
116 |
label="Hardware Selection",
|
117 |
show_label=True,
|
118 |
interactive=False,
|
@@ -132,8 +133,8 @@ def create_support_docs():
|
|
132 |
with gr.Row():
|
133 |
with gr.Column(scale=1):
|
134 |
gr.Image(
|
135 |
-
value="img/
|
136 |
-
label="File Upload
|
137 |
show_label=True,
|
138 |
interactive=False,
|
139 |
width=400,
|
@@ -159,15 +160,17 @@ def create_support_docs():
|
|
159 |
""")
|
160 |
|
161 |
with gr.Row():
|
|
|
162 |
with gr.Column(scale=1):
|
163 |
gr.Image(
|
164 |
-
value="img/
|
165 |
-
label="
|
166 |
show_label=True,
|
167 |
interactive=False,
|
168 |
width=400,
|
169 |
container=False
|
170 |
)
|
|
|
171 |
with gr.Column(scale=1):
|
172 |
gr.Image(
|
173 |
value="img/img4.png",
|
@@ -177,6 +180,16 @@ def create_support_docs():
|
|
177 |
width=400,
|
178 |
container=False
|
179 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
|
181 |
with gr.Accordion("Step 4: Monitor Build & Verify Configuration", open=False):
|
182 |
gr.Markdown("""
|
|
|
15 |
|
16 |
with gr.Accordion("🚀 Getting Started", open=True):
|
17 |
gr.Markdown("""
|
18 |
+
# Quick Start
|
19 |
+
|
20 |
+
Build a functional assistant with URL grounding.
|
21 |
+
|
22 |
+
**Steps:**
|
23 |
+
1. Configure space settings and system prompt
|
24 |
+
2. Enable URL grounding tools
|
25 |
+
3. Preview and test
|
26 |
+
4. Generate deployment package
|
27 |
+
5. Deploy to HuggingFace
|
28 |
+
|
29 |
+
**Requirements:**
|
30 |
- HuggingFace account (free)
|
31 |
- OpenRouter API key
|
32 |
- Basic AI chatbot knowledge
|
|
|
113 |
)
|
114 |
with gr.Column(scale=1):
|
115 |
gr.Image(
|
116 |
+
value="img/img16.png",
|
117 |
label="Hardware Selection",
|
118 |
show_label=True,
|
119 |
interactive=False,
|
|
|
133 |
with gr.Row():
|
134 |
with gr.Column(scale=1):
|
135 |
gr.Image(
|
136 |
+
value="img/img12.png",
|
137 |
+
label="File Upload",
|
138 |
show_label=True,
|
139 |
interactive=False,
|
140 |
width=400,
|
|
|
160 |
""")
|
161 |
|
162 |
with gr.Row():
|
163 |
+
|
164 |
with gr.Column(scale=1):
|
165 |
gr.Image(
|
166 |
+
value="img/img4.png",
|
167 |
+
label="Navigating to Settings",
|
168 |
show_label=True,
|
169 |
interactive=False,
|
170 |
width=400,
|
171 |
container=False
|
172 |
)
|
173 |
+
|
174 |
with gr.Column(scale=1):
|
175 |
gr.Image(
|
176 |
value="img/img4.png",
|
|
|
180 |
width=400,
|
181 |
container=False
|
182 |
)
|
183 |
+
|
184 |
+
with gr.Column(scale=1):
|
185 |
+
gr.Image(
|
186 |
+
value="img/img3.png",
|
187 |
+
label="API Key Secret Configuration",
|
188 |
+
show_label=True,
|
189 |
+
interactive=False,
|
190 |
+
width=400,
|
191 |
+
container=False
|
192 |
+
)
|
193 |
|
194 |
with gr.Accordion("Step 4: Monitor Build & Verify Configuration", open=False):
|
195 |
gr.Markdown("""
|