Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RexChan
/
ISOM5240_Group25
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
RexChan
commited on
Mar 22, 2024
Commit
c439d16
·
verified
·
1 Parent(s):
52548b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -91,4 +91,5 @@ def main():
91
92
93
if __name__ == '__main__':
94
main()
91
92
93
if __name__ == '__main__':
94
+
clicked = st.button("Run Analysis")
95
main()