Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thexForce
/
combat_frontend
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Junaidb
commited on
May 31
Commit
8db7a8a
·
verified
·
1 Parent(s):
3e0ec67
Update ui.py
Browse files
Files changed (1)
hide
show
ui.py
+1
-1
ui.py
CHANGED
Viewed
@@ -74,7 +74,7 @@ def APP():
74
75
76
77
-
if st.session_state.projectname
is
not
"":
78
SHOWTABS()
79
80
else:
74
75
76
77
+
if st.session_state.projectname
!=
"":
78
SHOWTABS()
79
80
else: