HeshamHaroon commited on
Commit
e47d405
1 Parent(s): 9f4f9aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def compare_tokenizers(tokenizer_name, text):
44
 
45
  inputs_component = [
46
  gr.Dropdown(choices=tokenizer_options, label="اختر Tokenizer"),
47
- gr.Textbox(lines=2, placeholder="اكتب النص الخاص بك هنا...", label="Input Text")
48
  ]
49
 
50
  outputs_component = gr.Dataframe(
 
44
 
45
  inputs_component = [
46
  gr.Dropdown(choices=tokenizer_options, label="اختر Tokenizer"),
47
+ gr.Textbox(lines=2, placeholder="اكتب النص الخاص بك هنا...", label="النص المدخل")
48
  ]
49
 
50
  outputs_component = gr.Dataframe(