Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|