Spaces:
Runtime error
Runtime error
Commit
·
abff4d4
1
Parent(s):
dc3eee7
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,4 +65,4 @@ if(prompt):
|
|
| 65 |
st.write(f"{datetime.datetime.now()} :red[{option}:] ", prompt)
|
| 66 |
context = qachain({"query": prompt})
|
| 67 |
|
| 68 |
-
st.write(f"{datetime.datetime.now()}", context
|
|
|
|
| 65 |
st.write(f"{datetime.datetime.now()} :red[{option}:] ", prompt)
|
| 66 |
context = qachain({"query": prompt})
|
| 67 |
|
| 68 |
+
st.write(f"{datetime.datetime.now()}", context)
|