awacke1 commited on
Commit
06d3d22
1 Parent(s): 868512d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,6 +143,6 @@ iface = gr.Interface(create_wc,
143
  "pil",
144
  examples = [[text_example, "en", "um, i, i'm, we're", "roundrectangle.png", "128,0,0"]],
145
  title="Visual Cluster",
146
- description="Create a cluster visualization from a body or corpus of text. The custom stop word field allows you to enter a comma seperated list of words you would like to exclude")
147
 
148
  iface.launch()
 
143
  "pil",
144
  examples = [[text_example, "en", "um, i, i'm, we're", "roundrectangle.png", "128,0,0"]],
145
  title="Visual Cluster",
146
+ description="Create a word cluster visualization from a body or corpus of text. Word frequency makes the word size larger, and the image supplied can act as a mask to shape the visualization how you like. The custom stop word field allows you to enter a comma separated list of words you would like to exclude from the visualization.")
147
 
148
  iface.launch()