enochsjoseph commited on
Commit
3280fe4
·
1 Parent(s): 9f21021
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,8 +43,8 @@ iface = gr.Interface(
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. Enter your text and choose your settings to see the results. It splits the text into chunks based on the specified chunk size and overlap.",
47
- width=800 # Adjust this value as needed
48
  )
49
 
50
  iface.launch(share=True, inbrowser=True)
 
 
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
  )
48
 
49
  iface.launch(share=True, inbrowser=True)
50
+