Commit
·
3280fe4
1
Parent(s):
9f21021
text
Browse files
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.
|
| 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 |
+
|