enochsjoseph commited on
Commit
b6b8b4f
·
1 Parent(s): f5e7cf6
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ iface = gr.Interface(
31
  title="Text Tokenization Tool",
32
  description="A tool for tokenizing text using different methods. Enter your text and choose your settings to see the results.",
33
  theme="dark",
34
- layout="vertical",
35
  width=800 # Adjust this value as needed
36
  )
37
 
 
31
  title="Text Tokenization Tool",
32
  description="A tool for tokenizing text using different methods. Enter your text and choose your settings to see the results.",
33
  theme="dark",
 
34
  width=800 # Adjust this value as needed
35
  )
36