guymorlan commited on
Commit
396e40e
1 Parent(s): c90ecca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Ammiya Tokenizer and Labeler") as
109
  with gr.Row():
110
  with gr.Column():
111
  input = gr.Textbox(label="Input", placeholder="Enter English Text", lines=1)
112
- gr.Examples(["بديش اروح معك", "مرحتش معو مبارح, بس ممكن ازورهم اليوم"], input)
113
  btn = gr.Button(label="Analyze")
114
  with gr.Column():
115
  with gr.Box():
 
109
  with gr.Row():
110
  with gr.Column():
111
  input = gr.Textbox(label="Input", placeholder="Enter English Text", lines=1)
112
+ gr.Examples(["بديش اروح معك", "معملتش اشي"], input)
113
  btn = gr.Button(label="Analyze")
114
  with gr.Column():
115
  with gr.Box():