Spaces:
Sleeping
Sleeping
Tim Seufert
commited on
Commit
·
fecb9ae
1
Parent(s):
691080c
blargh
Browse files
app.py
CHANGED
@@ -38,9 +38,10 @@ def respond(message, history):
|
|
38 |
])
|
39 |
|
40 |
# Update chat history
|
41 |
-
history.append((message, response))
|
42 |
-
return "", history
|
43 |
-
|
|
|
44 |
except Exception as e:
|
45 |
print(f"Fehler: {str(e)}")
|
46 |
return f"Es ist ein Fehler aufgetreten: {str(e)}"
|
|
|
38 |
])
|
39 |
|
40 |
# Update chat history
|
41 |
+
#history.append((message, response))
|
42 |
+
#return "", history
|
43 |
+
return response
|
44 |
+
|
45 |
except Exception as e:
|
46 |
print(f"Fehler: {str(e)}")
|
47 |
return f"Es ist ein Fehler aufgetreten: {str(e)}"
|