Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def openai_chat_history(input, history):
|
|
| 52 |
history = []
|
| 53 |
while True:
|
| 54 |
# Get user input
|
| 55 |
-
user_input = input("You:
|
| 56 |
|
| 57 |
# Generate response and update chat history
|
| 58 |
response, history = openai_chat_history(user_input, history)
|
|
|
|
| 52 |
history = []
|
| 53 |
while True:
|
| 54 |
# Get user input
|
| 55 |
+
user_input = input("You:")
|
| 56 |
|
| 57 |
# Generate response and update chat history
|
| 58 |
response, history = openai_chat_history(user_input, history)
|