gperdrizet's picture
Refactored interface HTML elements and tool functions.
e66e891 unverified
raw
history blame
240 Bytes
'''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.'