diff --git a/dd.py b/dd.py
new file mode 100644
index 0000000..09911f2
--- /dev/null
+++ b/dd.py
@@ -0,0 +1 @@
+import wordcloud
\ No newline at end of file
diff --git a/diy.py b/diy.py
index ea20a56..a1c7c47 100644
--- a/diy.py
+++ b/diy.py
@@ -6,7 +6,6 @@ with open("text.txt","r",encoding="utf-8") as tt:
     info=tt.read()
     user=json.loads(info)
 
-
 def login_to_reg():     # 登录界面转注册界面
     app_login.root.destroy()
     global app_reg