Spaces:
Running
Running
Update support_docs.py
Browse files- support_docs.py +6 -6
support_docs.py
CHANGED
|
@@ -34,7 +34,7 @@ def create_support_docs():
|
|
| 34 |
|
| 35 |
with gr.Accordion("📝 Step 1: Configure Your Space", open=False):
|
| 36 |
gr.Markdown("""
|
| 37 |
-
### Configuration
|
| 38 |
|
| 39 |
#### 1a. Templates & Identity
|
| 40 |
Included are several pre-populated templates to get you started with playful (but applied) configurations. Or start with the "None (Custom)" option for a blank slate. Personalize the chat u/i and giving it a name, header (max 60 char) and a markdown description for the `README.md` file, then select from Gradio themes like Default, Soft, Glass, Monochrome, or Base.
|
|
@@ -42,9 +42,9 @@ def create_support_docs():
|
|
| 42 |
|
| 43 |
with gr.Row():
|
| 44 |
gr.Image(
|
| 45 |
-
value="img/
|
| 46 |
label="Templates & Identity Configuration",
|
| 47 |
-
interactive=
|
| 48 |
width=600
|
| 49 |
)
|
| 50 |
|
|
@@ -56,14 +56,14 @@ def create_support_docs():
|
|
| 56 |
with gr.Row():
|
| 57 |
with gr.Column(scale=1):
|
| 58 |
gr.Image(
|
| 59 |
-
value="img/
|
| 60 |
label="System Prompt Configuration",
|
| 61 |
interactive=False,
|
| 62 |
width=400
|
| 63 |
)
|
| 64 |
with gr.Column(scale=1):
|
| 65 |
gr.Image(
|
| 66 |
-
value="img/
|
| 67 |
label="Model Selection",
|
| 68 |
interactive=False,
|
| 69 |
width=400
|
|
@@ -78,7 +78,7 @@ def create_support_docs():
|
|
| 78 |
gr.Image(
|
| 79 |
value="img/example-prompts.png",
|
| 80 |
label="Example Prompts Configuration",
|
| 81 |
-
interactive=
|
| 82 |
width=600
|
| 83 |
)
|
| 84 |
|
|
|
|
| 34 |
|
| 35 |
with gr.Accordion("📝 Step 1: Configure Your Space", open=False):
|
| 36 |
gr.Markdown("""
|
| 37 |
+
### Configuration Steps
|
| 38 |
|
| 39 |
#### 1a. Templates & Identity
|
| 40 |
Included are several pre-populated templates to get you started with playful (but applied) configurations. Or start with the "None (Custom)" option for a blank slate. Personalize the chat u/i and giving it a name, header (max 60 char) and a markdown description for the `README.md` file, then select from Gradio themes like Default, Soft, Glass, Monochrome, or Base.
|
|
|
|
| 42 |
|
| 43 |
with gr.Row():
|
| 44 |
gr.Image(
|
| 45 |
+
value="img/quick-start-template.png",
|
| 46 |
label="Templates & Identity Configuration",
|
| 47 |
+
interactive=True,
|
| 48 |
width=600
|
| 49 |
)
|
| 50 |
|
|
|
|
| 56 |
with gr.Row():
|
| 57 |
with gr.Column(scale=1):
|
| 58 |
gr.Image(
|
| 59 |
+
value="img/model-selection.jpg",
|
| 60 |
label="System Prompt Configuration",
|
| 61 |
interactive=False,
|
| 62 |
width=400
|
| 63 |
)
|
| 64 |
with gr.Column(scale=1):
|
| 65 |
gr.Image(
|
| 66 |
+
value="img/system-configuration.jpeg",
|
| 67 |
label="Model Selection",
|
| 68 |
interactive=False,
|
| 69 |
width=400
|
|
|
|
| 78 |
gr.Image(
|
| 79 |
value="img/example-prompts.png",
|
| 80 |
label="Example Prompts Configuration",
|
| 81 |
+
interactive=True,
|
| 82 |
width=600
|
| 83 |
)
|
| 84 |
|