yusiqo commited on
Commit
470b8be
·
verified ·
1 Parent(s): 084cf56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def run_chatbot():
26
  while True:
27
  user_input = st.text_area("Siz: ")
28
  response = chatbot.respond(user_input)
29
- print("ChatBot:", response)
30
 
31
  # Sohbet botunu başlat
32
  run_chatbot()
 
26
  while True:
27
  user_input = st.text_area("Siz: ")
28
  response = chatbot.respond(user_input)
29
+ st.write("ChatBot: "+response)
30
 
31
  # Sohbet botunu başlat
32
  run_chatbot()