Spaces:
Sleeping
Sleeping
logging
Browse files
app.py
CHANGED
@@ -73,7 +73,8 @@ def ask_question(question):
|
|
73 |
|
74 |
if question:
|
75 |
try:
|
76 |
-
|
|
|
77 |
st.session_state.results = ask_question(question)
|
78 |
except Exception as e:
|
79 |
logging.exception(e)
|
|
|
73 |
|
74 |
if question:
|
75 |
try:
|
76 |
+
msg = 'Asekd ' + question
|
77 |
+
logging.log(msg=msg)
|
78 |
st.session_state.results = ask_question(question)
|
79 |
except Exception as e:
|
80 |
logging.exception(e)
|