Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
JeCabrera/PUV_CopyXpert_1G
JeCabrera
/
Creative_Idea_CopyXpert
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JeCabrera
commited on
Mar 24
Commit
1048e48
·
verified
·
1 Parent(s):
5bba411
Update styles.py
Browse files
Files changed (1)
hide
show
styles.py
+2
-1
styles.py
CHANGED
Viewed
@@ -106,4 +106,5 @@ def format_story_output(story_text):
106
return f"""
107
<div class="story-output">
108
{story_text}
109
-
</div>
106
return f"""
107
<div class="story-output">
108
{story_text}
109
+
</div>
110
+
"""