paopaoka3325 commited on
Commit
2ec9a90
·
1 Parent(s): 8392b33

Add application files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def greet(name1, name2):
19
 
20
 
21
  with open('abstractsave.txt', 'w') as f:
22
- f.write(name4)
23
 
24
  # def run_command(command):
25
  # result = subprocess.run(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)
 
19
 
20
 
21
  with open('abstractsave.txt', 'w') as f:
22
+ f.write(name2)
23
 
24
  # def run_command(command):
25
  # result = subprocess.run(command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True)