ashawkey commited on
Commit
27c40ee
1 Parent(s): a8ef359
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as app:
46
  init_prompt_input = gr.Textbox(label="Init Prompt", value=INIT_PROMPT)
47
  prefix_prompt_input = gr.Textbox(label="Prefix Prompt", value=PREFIX_PROMPT)
48
 
49
- simple_checkbox = gr.Checkbox(value=False, label='simple mode (only send the prefix prompt, 0.00142$ cheaper per query)')
50
 
51
  with gr.Row():
52
 
 
46
  init_prompt_input = gr.Textbox(label="Init Prompt", value=INIT_PROMPT)
47
  prefix_prompt_input = gr.Textbox(label="Prefix Prompt", value=PREFIX_PROMPT)
48
 
49
+ simple_checkbox = gr.Checkbox(value=False, label='simple mode (only send the prefix prompt, 0.000142$ cheaper per query)')
50
 
51
  with gr.Row():
52