diff --git a/demo.py b/demo.py
index f9f978ace3f26fe2039392802ff6b5b6f1d7f8c6..c96e9a767fb17fdfef71ad079751765a6148228a 100644
--- a/demo.py
+++ b/demo.py
@@ -25,3 +25,6 @@ if __name__ == '__main__':
     model = torch.load('./results/models/'+tar_specie+'.model.pt', map_location='cpu')
     # 进行评分并返回生成的抗体数据(完整,包括FR和CDR区)
     seq_score(input_cdr, gen_list, model, tar_emb, 'ans_com.csv')
+    print("The results of the build can be found in the ans_com file.")
+    print("The last sequence is the input sequence.")
+    print("The highest-rated sequence is stored in structure_seq file.")