Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ash2203
/
TailorMail
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ash2203
commited on
Aug 27, 2024
Commit
88708bb
·
verified
·
1 Parent(s):
a479fbf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,7 +69,7 @@ def welcome_page():
69
70
71
72
-
cols = st.columns((1,
2
,1))
73
74
with cols[1]:
75
69
70
71
72
+
cols = st.columns((1,
3
,1))
73
74
with cols[1]:
75