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
Jun 5
Commit
74bc027
·
verified
·
1 Parent(s):
d364137
Update ui.py
Browse files
Files changed (1)
hide
show
ui.py
+1
-3
ui.py
CHANGED
Viewed
@@ -50,9 +50,7 @@ def APP():
50
51
def SHOWTABS():
52
53
-
st.info(f"""
54
-
looged_in_user : {st.user.email}
55
-
""")
56
if tab_selection == 0 :
57
58
50
51
def SHOWTABS():
52
53
+
54
if tab_selection == 0 :
55
56