Spaces:
Runtime error
Runtime error
| '''HTML elements for Gradio interface.''' | |
| TITLE = ( | |
| ''' | |
| <center> | |
| <h1>Letter counter</h1> | |
| </center> | |
| ''' | |
| ) | |
| DESCRIPTION = 'Enter text and a letter to count how many times the letter appears in the text.' | |