Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TejAndrewsACC
/
FiPhi-NeuralMark-V3-Chat
like
1
Running
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
TejAndrewsACC
commited on
Mar 22
Commit
8212293
·
verified
·
1 Parent(s):
2546d5f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -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()