diff --git a/createcloud.py b/createcloud.py index 4882493..ddcbe4f 100644 --- a/createcloud.py +++ b/createcloud.py @@ -13,7 +13,7 @@ def create_cloud(dic): temp_txt = open("temp.txt", "r", encoding='utf-8').read() filepath = 'cloudshape' scan_files(filepath) # 扫描词云图背景图文件 - cloudshape = filepath + '\\' + "bird.jpg" # 默认背景图片 + cloudshape = filepath + '\\' + "default.jpg" # 默认背景图片 # 选择词云图背景文件的序号 picture_no = input("Please select a background by the number in range:")