RamV commited on
Commit
4cf801e
·
1 Parent(s): b906730

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def openai_chat_history(input, history):
48
  history.append((input, output))
49
  return output, history
50
  else:
51
- return "", history
52
 
53
  # Define the conversation prompt
54
  conversation_prompt = "Welcome to ChatRobo, kindly type in your enquiries: "
 
48
  history.append((input, output))
49
  return output, history
50
  else:
51
+ return ""
52
 
53
  # Define the conversation prompt
54
  conversation_prompt = "Welcome to ChatRobo, kindly type in your enquiries: "