Update app.py
Browse files
app.py
CHANGED
@@ -64,5 +64,6 @@ view = gr.Interface(
|
|
64 |
title="The FaseehAI Arabic Word Explorer",
|
65 |
description="Type an Arabic word to get its translation and grammatical insights!"),
|
66 |
flagging_mode="never"
|
|
|
67 |
|
68 |
view.launch()
|
|
|
64 |
title="The FaseehAI Arabic Word Explorer",
|
65 |
description="Type an Arabic word to get its translation and grammatical insights!"),
|
66 |
flagging_mode="never"
|
67 |
+
)
|
68 |
|
69 |
view.launch()
|