Spaces:
Runtime error
Runtime error
Commit
·
dac8d18
1
Parent(s):
ac62d88
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ conn = psycopg2.connect("CONN")
|
|
12 |
cur = conn.cursor()
|
13 |
|
14 |
MIDDLE
|
15 |
-
def rename_customer(id, newName):\n\t# PROMPT\n\tcur.execute("UPDATE customer SET name
|
16 |
"""
|
17 |
|
18 |
modelPath = {
|
|
|
12 |
cur = conn.cursor()
|
13 |
|
14 |
MIDDLE
|
15 |
+
def rename_customer(id, newName):\n\t# PROMPT\n\tcur.execute("UPDATE customer SET name =
|
16 |
"""
|
17 |
|
18 |
modelPath = {
|