Spaces:
Sleeping
Sleeping
Commit
·
4752182
1
Parent(s):
182e8fe
update prompts
Browse files
app.py
CHANGED
|
@@ -182,7 +182,10 @@ def main():
|
|
| 182 |
label="Few-Shot Examples",
|
| 183 |
placeholder=config.get("default_few_shot", ""),
|
| 184 |
value=config.get("default_few_shot", ""),
|
| 185 |
-
visible=True
|
|
|
|
|
|
|
|
|
|
| 186 |
|
| 187 |
|
| 188 |
|
|
|
|
| 182 |
label="Few-Shot Examples",
|
| 183 |
placeholder=config.get("default_few_shot", ""),
|
| 184 |
value=config.get("default_few_shot", ""),
|
| 185 |
+
visible=True,
|
| 186 |
+
lines=20,
|
| 187 |
+
max_lines=100
|
| 188 |
+
)
|
| 189 |
|
| 190 |
|
| 191 |
|