tdoehmen commited on
Commit
021d6f7
·
verified ·
1 Parent(s): 6cde669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks(gr.themes.Soft()) as demo:
57
  with gr.Column():
58
  prompt_format = gr.Dropdown(
59
  label="Prompt Format",
60
- choices=['duckdbinst', 'duckdbinstgraniteshort', 'custom'],
61
  value="duckdbinstgraniteshort"
62
  )
63
 
 
57
  with gr.Column():
58
  prompt_format = gr.Dropdown(
59
  label="Prompt Format",
60
+ choices=['duckdbinst', 'duckdbinstgraniteshort', 'duckdbinstgranitebench', 'custom'],
61
  value="duckdbinstgraniteshort"
62
  )
63