TejAndrewsACC commited on
Commit
8212293
·
verified ·
1 Parent(s): 2546d5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -715,6 +715,8 @@ PHI = (1 + math.sqrt(5)) / 2
715
 
716
  text = os.getenv("TRAINING_DATA")
717
 
 
 
718
 
719
 
720
  words = text.split()
 
715
 
716
  text = os.getenv("TRAINING_DATA")
717
 
718
+ print(text)
719
+
720
 
721
 
722
  words = text.split()