Alexandr "MrSteyk" German commited on
Commit
dfb402a
1 Parent(s): 785a54b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as app:
132
  inpt_i = gr.TextArea(label="Input")
133
  out_i = gr.TextArea(label="Output")
134
  num_tokens_insert = gr.Slider(label="Number of tokens to compare for ending (from the beginning of 2nd part)", minimum=1, maximum=2048, value=1024, step=1)
135
- insert = gr.Button("Insert", variant="submit")
136
  i_stop = gr.Button("Stop", variant="stop", visible=False)
137
 
138
  with gr.Column():
 
132
  inpt_i = gr.TextArea(label="Input")
133
  out_i = gr.TextArea(label="Output")
134
  num_tokens_insert = gr.Slider(label="Number of tokens to compare for ending (from the beginning of 2nd part)", minimum=1, maximum=2048, value=1024, step=1)
135
+ insert = gr.Button("Insert", variant="primary")
136
  i_stop = gr.Button("Stop", variant="stop", visible=False)
137
 
138
  with gr.Column():