Spaces:
Sleeping
Sleeping
Commit ·
7b3db3e
1
Parent(s): f2389fe
update template
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ def main():
|
|
| 179 |
few_shot = gr.Textbox(
|
| 180 |
label="Few-Shot Examples",
|
| 181 |
placeholder="Enter custom few shot (optional).",
|
| 182 |
-
value="",
|
| 183 |
visible=True)
|
| 184 |
|
| 185 |
|
|
|
|
| 179 |
few_shot = gr.Textbox(
|
| 180 |
label="Few-Shot Examples",
|
| 181 |
placeholder="Enter custom few shot (optional).",
|
| 182 |
+
value=config.get("default_few_shot", ""),
|
| 183 |
visible=True)
|
| 184 |
|
| 185 |
|