gospacedev commited on
Commit
f5387c6
1 Parent(s): 2aa25d6

update title

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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></center>
38
- <h2>Translate any text into emojis!</h2>
 
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")