Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 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()
|