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()]