Skip to content

Commit 3f352cf

Browse files
authored
Update history.py
1 parent ac033d1 commit 3f352cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self):
99
st.session_state["history"] = self.history
1010

1111
def default_greeting(self):
12-
return "Hey Robby ! 👋"
12+
return "Hey AI_Assistant ! 👋"
1313

1414
def default_prompt(self, topic):
1515
return f"Hello ! Ask me anything about {topic} 🤗"

0 commit comments

Comments
 (0)