Spaces:
Running
Running
Commit
·
2ec9a90
1
Parent(s):
8392b33
Add application files
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def greet(name1, name2):
|
|
19 |
|
20 |
|
21 |
with open('abstractsave.txt', 'w') as f:
|
22 |
-
f.write(
|
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)
|