Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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()
|