Spaces:
Running
Running
Update support_docs.py
Browse files- support_docs.py +1 -9
support_docs.py
CHANGED
@@ -27,10 +27,6 @@ def create_support_docs():
|
|
27 |
- OpenRouter API key
|
28 |
- Basic understanding of AI assistants
|
29 |
""")
|
30 |
-
|
31 |
-
gr.Markdown("""
|
32 |
-
---
|
33 |
-
""")
|
34 |
|
35 |
with gr.Accordion("π Step 1: Configure & Preview Your Space", open=False):
|
36 |
gr.Markdown("""
|
@@ -138,7 +134,7 @@ def create_support_docs():
|
|
138 |
- Conversation export
|
139 |
""")
|
140 |
|
141 |
-
with gr.Accordion("π³οΈ Step 2: Generate & Deploy", open=
|
142 |
gr.Markdown("""
|
143 |
### Deployment Package & HuggingFace Space Setup
|
144 |
|
@@ -228,10 +224,6 @@ def create_support_docs():
|
|
228 |
5. Space will automatically rebuild
|
229 |
6. Test new configuration
|
230 |
""")
|
231 |
-
|
232 |
-
gr.Markdown("""
|
233 |
-
---
|
234 |
-
""")
|
235 |
|
236 |
with gr.Accordion("π§ Troubleshooting", open=False):
|
237 |
gr.Markdown("""
|
|
|
27 |
- OpenRouter API key
|
28 |
- Basic understanding of AI assistants
|
29 |
""")
|
|
|
|
|
|
|
|
|
30 |
|
31 |
with gr.Accordion("π Step 1: Configure & Preview Your Space", open=False):
|
32 |
gr.Markdown("""
|
|
|
134 |
- Conversation export
|
135 |
""")
|
136 |
|
137 |
+
with gr.Accordion("π³οΈ Step 2: Generate & Deploy", open=False):
|
138 |
gr.Markdown("""
|
139 |
### Deployment Package & HuggingFace Space Setup
|
140 |
|
|
|
224 |
5. Space will automatically rebuild
|
225 |
6. Test new configuration
|
226 |
""")
|
|
|
|
|
|
|
|
|
227 |
|
228 |
with gr.Accordion("π§ Troubleshooting", open=False):
|
229 |
gr.Markdown("""
|