VJ-Rising commited on
Commit
1f38246
·
verified ·
1 Parent(s): a04c5ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ for msg in client.chat_completion(messages, max_tokens = 1000, temperature = 1,
19
  response += token
20
  yield response
21
 
22
- chatbotgr.ChatInterface(fn=respond, title = "Mind Matters", description = "_put this rn_", editable = True)
23
  chatbot.launch()
 
19
  response += token
20
  yield response
21
 
22
+ chatbot = gr.ChatInterface(fn=respond, title = "Mind Matters", description = "_put this rn_", editable = True)
23
  chatbot.launch()