Teddy Xinyuan Chen commited on
Commit
146153c
1 Parent(s): 04e6faf

2024-05-19T13-51-15Z

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
68
  ["1-800-Fidelity", True],
69
  ],
70
  title="Phone Number Converter | Made by <a href='https://teddysc.me'>Teddy</a>",
71
- description="Convert a phone number with letters to its numerical equivalent. For example, '1-800-Fidelity' becomes '1-800-34353389'.",
72
  )
73
 
74
  # Launch the app
 
68
  ["1-800-Fidelity", True],
69
  ],
70
  title="Phone Number Converter | Made by <a href='https://teddysc.me'>Teddy</a>",
71
+ description="Convert a phone number with letters to its numerical equivalent. For example, '1-800-TEDDYSC' becomes '1-800-8333972'.",
72
  )
73
 
74
  # Launch the app