mianoemm commited on
Commit
a04c5ba
·
verified ·
1 Parent(s): 31e97db
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
- chatbot gr.ChatInterface(fn=respond, title = "Mind Matters", description = "_put this rn_", editable = True)
23
  chatbot.launch()
 
19
  response += token
20
  yield response
21
 
22
+ chatbotgr.ChatInterface(fn=respond, title = "Mind Matters", description = "_put this rn_", editable = True)
23
  chatbot.launch()