MichaelWelsch
commited on
Commit
·
d4fc7f0
1
Parent(s):
ee90460
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ def respond_prompt0(Selbstauskunft, Kernfrage, chat):
|
|
43 |
return out, gr.update(value=chat, visible=True), gr.update(value="", visible=True)
|
44 |
|
45 |
else:
|
46 |
-
return out + "\nLeider kann ich dir nicht weiterhelfen.
|
47 |
|
48 |
|
49 |
def respond_prompt1(Selbstauskunft, Kernfrage, chat, text):
|
|
|
43 |
return out, gr.update(value=chat, visible=True), gr.update(value="", visible=True)
|
44 |
|
45 |
else:
|
46 |
+
return out + "\nLeider kann ich dir nicht weiterhelfen.", chat, ""
|
47 |
|
48 |
|
49 |
def respond_prompt1(Selbstauskunft, Kernfrage, chat, text):
|