kkChimmy commited on
Commit
3a0ab09
·
verified ·
1 Parent(s): 3a20a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -64,4 +64,8 @@ output = query(input_text)
64
  with open("output.txt", "w") as f:
65
  f.write(output)
66
 
67
- print("Generated Summary saved to output.txt")
 
 
 
 
 
64
  with open("output.txt", "w") as f:
65
  f.write(output)
66
 
67
+ print("Generated Summary saved to output.txt")
68
+
69
+ # 无限循环保持应用运行,避免退出
70
+ while True:
71
+ pass