bilgeee commited on
Commit
9106bc2
·
verified ·
1 Parent(s): 508a85d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,6 +25,7 @@ def create_stylecloud(file,language,icon):
25
  stylecloud.gen_stylecloud(
26
  text = text,
27
  icon_name = icon,
 
28
  output_name = output_file,
29
  )
30
  # oluşturulan kelime bulutunun dosya adı
@@ -32,7 +33,6 @@ def create_stylecloud(file,language,icon):
32
 
33
  '''
34
  EKSTRA PARAMETRELER
35
- size = 500, # size belirtilebilir.
36
  palette = 'cartocolors.qualitative.Bold_10',
37
  gradient = "horizontal",
38
  background_color = "white",
 
25
  stylecloud.gen_stylecloud(
26
  text = text,
27
  icon_name = icon,
28
+ size = 500,
29
  output_name = output_file,
30
  )
31
  # oluşturulan kelime bulutunun dosya adı
 
33
 
34
  '''
35
  EKSTRA PARAMETRELER
 
36
  palette = 'cartocolors.qualitative.Bold_10',
37
  gradient = "horizontal",
38
  background_color = "white",