Allob commited on
Commit
4168128
·
1 Parent(s): 78dfe4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ model = load_model()
37
  secret_word = random.choice(all_words)
38
  secret_embedding = model.encode(secret_word)
39
 
40
- logging.info("Secret word", secret_word)
41
 
42
 
43
  if 'words' not in st.session_state:
 
37
  secret_word = random.choice(all_words)
38
  secret_embedding = model.encode(secret_word)
39
 
40
+ print("Secret word ", secret_word)
41
 
42
 
43
  if 'words' not in st.session_state: