Spaces:
Runtime error
Runtime error
Commit
·
f083067
1
Parent(s):
c446b0a
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,4 +72,3 @@ while True:
|
|
| 72 |
response = qachain({"query": prompt})
|
| 73 |
|
| 74 |
st.write(f"{datetime.datetime.now()} :red[Bot:] ", context['result'])
|
| 75 |
-
prompt = st.chat_input("Say something to our #CodeWars bot...")
|
|
|
|
| 72 |
response = qachain({"query": prompt})
|
| 73 |
|
| 74 |
st.write(f"{datetime.datetime.now()} :red[Bot:] ", context['result'])
|
|
|