teatwots commited on
Commit
a3a4f31
·
verified ·
1 Parent(s): fd730e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ interface = gr.Interface(
136
  fn=main,
137
  inputs="text",
138
  outputs=["image", "text"],
139
- title="Language 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
 
 
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