Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Human.Feedback.Dynamic.JSONL.Dataset.Download
like
1
Runtime error
App
Files
Files
Community
awacke1
commited on
Apr 4, 2023
Commit
0b76458
•
1 Parent(s):
357d882
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,5 +98,5 @@ def main():
98
for record in records:
99
st.write(record)
100
101
-
if
name
== "
main
":
102
main()
98
for record in records:
99
st.write(record)
100
101
+
if
__name__
== "
__main__
":
102
main()