mohamedabdullah commited on
Commit
72542ff
·
verified ·
1 Parent(s): 73f4808

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks(css="""
207
  intro = gr.HTML('<h1 class="title">Arabic Spelling Checker 🤗</h1>')
208
  description = gr.HTML('<p class="desc">Web-based app to detect spelling mistakes in Arabic words using dynamic programming</p>')
209
  text = gr.Textbox(label="النص", elem_id="input")
210
- btn = gr.Button("Spelling Check")
211
  output = gr.HTML()
212
 
213
  btn.click(ar_spelling_checker, [text], output)
 
207
  intro = gr.HTML('<h1 class="title">Arabic Spelling Checker 🤗</h1>')
208
  description = gr.HTML('<p class="desc">Web-based app to detect spelling mistakes in Arabic words using dynamic programming</p>')
209
  text = gr.Textbox(label="النص", elem_id="input")
210
+ btn = gr.Button("Check Spelling ")
211
  output = gr.HTML()
212
 
213
  btn.click(ar_spelling_checker, [text], output)