dar-tau commited on
Commit
fd25f6d
·
verified ·
1 Parent(s): bc2f9ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,8 +187,8 @@ with gr.Blocks(theme=gr.themes.Default(), css='styles.css') as demo:
187
  original_prompt_btn = gr.Button('Output Token List', variant='primary')
188
 
189
  tokens_container = []
 
190
  with gr.Row():
191
- gr.Markdown('### Here go the tokens of the prompt (click on the one to explore)')
192
  for i in range(MAX_PROMPT_TOKENS):
193
  btn = gr.Button('', visible=False, elem_classes=['token_btn'])
194
  tokens_container.append(btn)
 
187
  original_prompt_btn = gr.Button('Output Token List', variant='primary')
188
 
189
  tokens_container = []
190
+ gr.Markdown('### Here go the tokens of the prompt (click on the one to explore)')
191
  with gr.Row():
 
192
  for i in range(MAX_PROMPT_TOKENS):
193
  btn = gr.Button('', visible=False, elem_classes=['token_btn'])
194
  tokens_container.append(btn)