Skip to content

Commit

Permalink
Remove latest intro
Browse files Browse the repository at this point in the history
  • Loading branch information
oulianov committed Dec 12, 2023
1 parent 0296ebc commit 5e64656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/streamlit-santa-agent/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def random_intro(self, session_id: str) -> Generator[str, Any, None]:
"Happy halloween!... Uh-oh. Wrong holidays! Ho, ho, ho! Merry Christmas, how are you?",
]
)
self.latest_intro = chosen_intro
# Create a streaming effect
splitted_text = chosen_intro.split(" ")
for i, word in enumerate(splitted_text):
Expand Down

0 comments on commit 5e64656

Please sign in to comment.