MichaelWelsch commited on
Commit
d4fc7f0
·
1 Parent(s): ee90460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Der Grund dafür ist: ", chat, ""
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):