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
RexChan
commited on
Mar 22
Commit
4bed08a
•
1 Parent(s):
be6d989
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,5 +90,5 @@ def main():
90
91
92
if __name__ == '__main__':
93
-
if
clicked =
st.button("Run Analysis"):
94
main()
90
91
92
if __name__ == '__main__':
93
+
if st.button("Run Analysis"):
94
main()