dlflannery commited on
Commit
a3396d3
·
verified ·
1 Parent(s): 4b29e03

Update app.py

Browse files

removed 's' at end of MTOI Search title

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -659,7 +659,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
659
  return [fname, q]
660
 
661
 
662
- gr.Markdown('# MTOI Searchs')
663
  gr.Markdown('Enter user name & password. Tap "Help & Hints" button for more instructions.')
664
  timer = gr.Timer(value=2.0, active=True)
665
  with gr.Row():
 
659
  return [fname, q]
660
 
661
 
662
+ gr.Markdown('# MTOI Search')
663
  gr.Markdown('Enter user name & password. Tap "Help & Hints" button for more instructions.')
664
  timer = gr.Timer(value=2.0, active=True)
665
  with gr.Row():