Update app.py
Browse files
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 |
|