uyen13 commited on
Commit
84bb3f7
β€’
1 Parent(s): d48402b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -96,10 +96,10 @@ if 'history' not in st.session_state:
96
 
97
  # Initialize messages
98
  if 'generated' not in st.session_state:
99
- st.session_state['generated'] = ["Hello ! Ask me about this page like coloring book,how to buy ... πŸ€—"]
100
 
101
  if 'past' not in st.session_state:
102
- st.session_state['past'] = ["your chat here"]
103
 
104
  # Create containers for chat history and user input
105
  response_container = st.container()
@@ -108,7 +108,7 @@ container = st.container()
108
  # User input form
109
  with container:
110
  with st.form(key='my_form', clear_on_submit=True):
111
- user_input = st.text_input("ChatBox", placeholder="Ask anything... ", key='input')
112
  submit_button = st.form_submit_button(label='Send')
113
 
114
  if submit_button and user_input:
 
96
 
97
  # Initialize messages
98
  if 'generated' not in st.session_state:
99
+ st.session_state['generated'] = ["γ“γ‚“γ«γ‘γ―οΌδ½•γ‹γŠζŽ’γ—γ§γ™γ‹οΌŸ... πŸ€—"]
100
 
101
  if 'past' not in st.session_state:
102
+ st.session_state['past'] = ["γƒγƒ£γƒƒγƒˆγ―γ“γ“γ‹γ‚‰"]
103
 
104
  # Create containers for chat history and user input
105
  response_container = st.container()
 
108
  # User input form
109
  with container:
110
  with st.form(key='my_form', clear_on_submit=True):
111
+ user_input = st.text_input("ChatBox", placeholder="θ³ͺε•γ‚’γ”θ¨˜ε…₯ください... ", key='input')
112
  submit_button = st.form_submit_button(label='Send')
113
 
114
  if submit_button and user_input: