Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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():
|