net2asif commited on
Commit
3ab1dbe
·
verified ·
1 Parent(s): 86073a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,5 +36,5 @@ def chat(message, history):
36
 
37
  return chat_completion.choices[0].message.content
38
 
39
- demo = gr.ChatInterface(fn=chat, title="AGroq-Ai-Chabot")
40
  demo.launch(debug= True)
 
36
 
37
  return chat_completion.choices[0].message.content
38
 
39
+ demo = gr.ChatInterface(fn=chat, title="Groq-Ai-Chabot")
40
  demo.launch(debug= True)