Spaces:
Runtime error
Runtime error
CognitiveScience
commited on
Commit
·
c3a56cd
1
Parent(s):
f2d8ad5
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def run_actr():
|
|
108 |
|
109 |
|
110 |
def run_ecs(inp):
|
111 |
-
result=ecf(inp)
|
112 |
#db = sqlite3.connect(DB_FILE)
|
113 |
try:
|
114 |
result=ecf(inp)
|
|
|
108 |
|
109 |
|
110 |
def run_ecs(inp):
|
111 |
+
#result=ecf(inp)
|
112 |
#db = sqlite3.connect(DB_FILE)
|
113 |
try:
|
114 |
result=ecf(inp)
|