enochsjoseph commited on
Commit
ef6cdb3
·
1 Parent(s): d83823a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ iface = gr.Interface(
41
  gr.Number(label="Chunk Overlap", value=DEFAULT_CHUNK_OVERLAP),
42
  gr.Number(label="Number of Chunks to Display", value=DEFAULT_NUM_CHUNKS)
43
  ],
44
- outputs=gr.Dataframe(headers=["Chunk #", "Text Chunk", "Character Count", "Token Count"]),
45
  title="Text Tokenization Tool",
46
  description="A tool for tokenizing text using different methods."
47
  )
 
41
  gr.Number(label="Chunk Overlap", value=DEFAULT_CHUNK_OVERLAP),
42
  gr.Number(label="Number of Chunks to Display", value=DEFAULT_NUM_CHUNKS)
43
  ],
44
+ outputs=gr.Dataframe(headers=["Chunk #", "Text Chunk", "Character Count", "Token Count"], height=900,),
45
  title="Text Tokenization Tool",
46
  description="A tool for tokenizing text using different methods."
47
  )