Spaces:
Running
Running
hertogateis
commited on
Update app.py
Browse files
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:
|