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