hertogateis commited on
Commit
e8f9b0a
·
verified ·
1 Parent(s): 0d4f40e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_response(user_input):
39
  return {}
40
 
41
  # Streamlit chat UI
42
- st.title("Contoh ChatBot Kursus AI : silahkan ketik pertanyaan")
43
 
44
  # Display the chat history
45
  for message in st.session_state.messages:
 
39
  return {}
40
 
41
  # Streamlit chat UI
42
+ st.title("Contoh ChatBot Kursus AI : silahkan ketik pertanyaan, harap bersabar jika jawaban agak lambat sebab hanya pakai CPU. WA Hertog 085601906959")
43
 
44
  # Display the chat history
45
  for message in st.session_state.messages: