GaboDataScientist commited on
Commit
9877be6
·
verified ·
1 Parent(s): e3e8cfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,6 +14,6 @@ def CustomChatGPT(Ask):
14
  messages.append({"role":"assistant","content":reply})
15
  return reply
16
 
17
- gui=gr.Interface(fn=CustomChatGPT, inputs="text", outputs="text", examples=["Who is the greatest basketball player in NBA history","What is the winning record in a season?"] , title="Ask the AI coach", description="Ask the AI coach all you want about NBA Teams and Players:")
18
 
19
  gui.launch()
 
14
  messages.append({"role":"assistant","content":reply})
15
  return reply
16
 
17
+ gui=gr.Interface(fn=CustomChatGPT, inputs="text", outputs="text", examples=["Who is the greatest basketball player in NBA history","What is the winning record in a season?"] , title="Ask the AI coach", description="IMPORTANT: The artificial intelligence chatbot provides information for entertainment purposes only. We are not responsible for decisions, agreements, or promises made based on its responses.")
18
 
19
  gui.launch()