Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def getArabic(transliteration):
|
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
gr.Markdown(title)
|
19 |
-
gr.
|
20 |
name = gr.Textbox(label="English Transliteration (Using Buckwater System )")
|
21 |
output = gr.Textbox(label="Arabic Form of Text")
|
22 |
greet_btn = gr.Button("Get Arabic")
|
|
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
gr.Markdown(title)
|
19 |
+
gr.Markdown(description)
|
20 |
name = gr.Textbox(label="English Transliteration (Using Buckwater System )")
|
21 |
output = gr.Textbox(label="Arabic Form of Text")
|
22 |
greet_btn = gr.Button("Get Arabic")
|