Tuana commited on
Commit
375d479
·
1 Parent(s): 2ad73ca
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -73,7 +73,8 @@ def ask_question(question):
73
 
74
  if question:
75
  try:
76
- logging.log('Asked ' + question)
 
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)