randydev commited on
Commit
ef1c135
·
verified ·
1 Parent(s): c6ce338

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py ADDED
@@ -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)