Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thisisdev
/
Organization_Name_Generator
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thisisdev
commited on
Aug 5, 2024
Commit
48864e0
·
verified
·
1 Parent(s):
1adde1a
Create the application file for uploading and creating the sequential chain
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import streamlit as st
2
+
3
+
st.title("POC of Application")