Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yanivbl
/
testing
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yanivbl
commited on
Dec 18, 2023
Commit
09f03bc
·
1 Parent(s):
0e9a043
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -19,5 +19,6 @@ def main():
19
# Display the dataframe
20
st.write(df)
21
22
if __name__ == "__main__":
23
main()
19
# Display the dataframe
20
st.write(df)
21
22
+
23
if __name__ == "__main__":
24
main()