Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|