Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,8 @@ if result:
|
|
16 |
else:
|
17 |
print('files not moved')
|
18 |
|
|
|
|
|
19 |
def respond(
|
20 |
message,
|
21 |
history: list[tuple[str, str]],
|
|
|
16 |
else:
|
17 |
print('files not moved')
|
18 |
|
19 |
+
print("why")
|
20 |
+
|
21 |
def respond(
|
22 |
message,
|
23 |
history: list[tuple[str, str]],
|