Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llamameta
/
Reflection-Llama-3.3-70B
like
12
Running
App
Files
Files
Community
llamameta
commited on
18 days ago
Commit
cab21d7
•
1 Parent(s):
776855c
Create variable
Browse files
Files changed (1)
hide
show
variable
+4
-0
variable
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
with open("reflection-final-good.py", "r") as f: # Ganti your_script.py dengan nama file skrip Anda
2
+
script_content = f.read()
3
+
4
+
print(repr(script_content))