Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,8 +71,7 @@ with gr.Blocks() as demo:
|
|
71 |
# Initial assistant message
|
72 |
def startup():
|
73 |
greeting = (
|
74 |
-
"
|
75 |
-
"and I’ll hook you up with the next thing to watch. Let's get it!"
|
76 |
)
|
77 |
return [("", greeting)], [{"role": "assistant", "content": greeting}]
|
78 |
|
|
|
71 |
# Initial assistant message
|
72 |
def startup():
|
73 |
greeting = (
|
74 |
+
"hey there! its RecoNext, your favorite binge buddy! get started by telling me you age, preferred genre, and past tv shows or movies you have liked!"
|
|
|
75 |
)
|
76 |
return [("", greeting)], [{"role": "assistant", "content": greeting}]
|
77 |
|