patti-j commited on
Commit
2bd22ae
1 Parent(s): cbfa55e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ openai_api_key = os.getenv('OPENAI_API_KEY')
18
  return history, history
19
 
20
 
21
- chat = ChatWrapper()"""
22
-
23
  chatbot = gr.Chatbot()
24
 
25
  def get_response(message):
 
18
  return history, history
19
 
20
 
21
+ """
22
+ chat = ChatWrapper()
23
  chatbot = gr.Chatbot()
24
 
25
  def get_response(message):