Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,7 @@ def run_chatbot():
|
|
47 |
if user_input:
|
48 |
response = chatbot.respond(user_input)
|
49 |
st.write("ChatBot: "+response)
|
|
|
50 |
|
51 |
# Sohbet botunu başlat
|
52 |
run_chatbot()
|
|
|
47 |
if user_input:
|
48 |
response = chatbot.respond(user_input)
|
49 |
st.write("ChatBot: "+response)
|
50 |
+
open("deneme.txt","w").write("test")
|
51 |
|
52 |
# Sohbet botunu başlat
|
53 |
run_chatbot()
|