RamV commited on
Commit
d7c4be8
·
1 Parent(s): e6b1daf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)