herMaster commited on
Commit
6f116c4
·
1 Parent(s): 41448ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def chat(question):
44
  ]
45
 
46
  # Run the command
47
- return subprocess.run(command, capture_output=True, text=True)
48
  # if output.returncode == 0:
49
  # return output.stdout
50
  # else:
 
44
  ]
45
 
46
  # Run the command
47
+ return subprocess.run(command, capture_output=True, text=True).stdout
48
  # if output.returncode == 0:
49
  # return output.stdout
50
  # else: