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