Léo Bourrel commited on
Commit
7be0e45
·
1 Parent(s): bdc3272

feat: update default message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with chat_column:
107
  cols = st.columns((6, 1))
108
  cols[0].text_input(
109
  "Chat",
110
- value="Hello bot",
111
  label_visibility="collapsed",
112
  key="human_prompt",
113
  )
 
107
  cols = st.columns((6, 1))
108
  cols[0].text_input(
109
  "Chat",
110
+ value="Hello Sorbobot !",
111
  label_visibility="collapsed",
112
  key="human_prompt",
113
  )