TejAndrewsACC commited on
Commit
cf104fc
·
verified ·
1 Parent(s): 2e1fc5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1658,7 +1658,7 @@ def chat():
1658
  if word in word_to_index:
1659
  input_vector[word_to_index[word]] = 1
1660
  response = advanced_text_generation(input_vector)
1661
- print("FiPhi-NeuralMark:", response)
1662
 
1663
 
1664
 
 
1658
  if word in word_to_index:
1659
  input_vector[word_to_index[word]] = 1
1660
  response = advanced_text_generation(input_vector)
1661
+ print("FiPhi-NeuralMark: (ENCRYPTED)")
1662
 
1663
 
1664