Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ interface = gr.Interface(
|
|
136 |
fn=main,
|
137 |
inputs="text",
|
138 |
outputs=["image", "text"],
|
139 |
-
title="
|
140 |
description="Input text to generate a word cloud and a frequency list with Korean meanings, parts of speech, and example sentences.",
|
141 |
)
|
142 |
|
|
|
136 |
fn=main,
|
137 |
inputs="text",
|
138 |
outputs=["image", "text"],
|
139 |
+
title="Wordcloud Vocabulary Learning App",
|
140 |
description="Input text to generate a word cloud and a frequency list with Korean meanings, parts of speech, and example sentences.",
|
141 |
)
|
142 |
|