Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 ""
|
| 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: "
|