praveenparimi commited on
Commit
a15a920
·
verified ·
1 Parent(s): 3dbec4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ with gr.Blocks() as app:
27
  gr.Markdown("Enter text below, and I will classify the words based on whether they start with vowels or consonants!")
28
 
29
  with gr.Row():
30
- input_text = gr.Textbox(label="Enter your text here", placeholder="Type something...")
31
  with gr.Row():
32
  vowel_output = gr.Textbox(label="Words Starting with Vowels", interactive=False)
33
  consonant_output = gr.Textbox(label="Words Starting with Consonants", interactive=False)
 
27
  gr.Markdown("Enter text below, and I will classify the words based on whether they start with vowels or consonants!")
28
 
29
  with gr.Row():
30
+ input_text = gr.Textbox(label="Enter your text here and I can tell you how many words start with vowel and how many with consonant", placeholder="Type something...")
31
  with gr.Row():
32
  vowel_output = gr.Textbox(label="Words Starting with Vowels", interactive=False)
33
  consonant_output = gr.Textbox(label="Words Starting with Consonants", interactive=False)