Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def generate_story(raw, caption, tts):
|
|
62 |
story = " ".join(words[:100])
|
63 |
|
64 |
# Display story in Streamlit
|
65 |
-
st.write("
|
66 |
st.write(story)
|
67 |
|
68 |
# Generate audio from cleaned story
|
|
|
62 |
story = " ".join(words[:100])
|
63 |
|
64 |
# Display story in Streamlit
|
65 |
+
st.write("** Your funny story: π**")
|
66 |
st.write(story)
|
67 |
|
68 |
# Generate audio from cleaned story
|