alessiodevoto commited on
Commit
7b3db3e
1 Parent(s): f2389fe

update template

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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