shahtab commited on
Commit
3e529a3
Β·
1 Parent(s): 3f65e4c

Update modules/history.py

Browse files
Files changed (1) hide show
  1. modules/history.py +2 -2
modules/history.py CHANGED
@@ -9,10 +9,10 @@ class ChatHistory:
9
  st.session_state["history"] = self.history
10
 
11
  def default_greeting(self):
12
- return "μ•ˆλ…• ! πŸ‘‹"
13
 
14
  def default_prompt(self, topic):
15
- return f"μ•ˆλ…•ν•˜μ„Έμš” ! {topic}에 λŒ€ν•΄ 무엇이든 λ¬Όμ–΄λ³΄μ„Έμš” πŸ€—"
16
 
17
  def initialize_user_history(self):
18
  st.session_state["user"] = [self.default_greeting()]
 
9
  st.session_state["history"] = self.history
10
 
11
  def default_greeting(self):
12
+ return "Hello ! πŸ‘‹"
13
 
14
  def default_prompt(self, topic):
15
+ return f"Hello! {topic} ask anything about πŸ€—"
16
 
17
  def initialize_user_history(self):
18
  st.session_state["user"] = [self.default_greeting()]