Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
randydev
/
app-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
randydev
commited on
Feb 14
Commit
ef1c135
·
verified
·
1 Parent(s):
c6ce338
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
from akenoai import AkenoXToJs as js
2
+
3
+
js_st = js.stl()
4
+
js_st.title("Welcome to akenoai-lib APP")
5
+
6
+
js.hide_streamlit_watermark(unsafe_allow_html=True)