Spaces:
Sleeping
Sleeping
gospacedev
commited on
Commit
•
f5387c6
1
Parent(s):
2aa25d6
update title
Browse files
app.py
CHANGED
@@ -34,8 +34,9 @@ def generate_translation(prompt):
|
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
gr.HTML("""
|
37 |
-
<center><h1>Emoji Translator😊🤗</h1
|
38 |
-
|
|
|
39 |
""")
|
40 |
with gr.Row():
|
41 |
name = gr.Textbox(label="Enter text")
|
|
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
gr.HTML("""
|
37 |
+
<center><h1>Emoji Translator😊🤗</h1>
|
38 |
+
Translate any text into emojis!
|
39 |
+
</center>
|
40 |
""")
|
41 |
with gr.Row():
|
42 |
name = gr.Textbox(label="Enter text")
|