guymorlan commited on
Commit
f213565
·
verified ·
1 Parent(s): 3beb21c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def predict(input):
98
  """
99
  return output
100
 
101
- with gr.Blocks(theme=gr.themes.Soft(), title="Ammiya Tokenizer and Labeler") as demo:
102
  gr.HTML("<h2><span style='color: #2563eb'>Colloquial Arabic</span></h2> Tokenizer and Annotator")
103
  with gr.Row():
104
  with gr.Column():
 
98
  """
99
  return output
100
 
101
+ with gr.Blocks(theme=gr.themes.Soft(), title="Ammiya Tokenizer and Labeler", head = js) as demo:
102
  gr.HTML("<h2><span style='color: #2563eb'>Colloquial Arabic</span></h2> Tokenizer and Annotator")
103
  with gr.Row():
104
  with gr.Column():