Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import openai
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
messages = []
|
| 5 |
-
messages.append({"role": "system", "content": "You are a chatbot designed to help customers choose their
|
| 6 |
|
| 7 |
theme = gr.themes.Monochrome(
|
| 8 |
primary_hue="green",
|
|
|
|
| 2 |
import gradio as gr
|
| 3 |
|
| 4 |
messages = []
|
| 5 |
+
messages.append({"role": "system", "content": "You are a chatbot designed to help customers choose their Effort's Eco-Essentials clothing and provide support."})
|
| 6 |
|
| 7 |
theme = gr.themes.Monochrome(
|
| 8 |
primary_hue="green",
|