Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,3 +23,4 @@ if generate_button:
|
|
23 |
st.markdown(full_story)
|
24 |
else:
|
25 |
st.warning("Please provide a title, character name, and punchline.")
|
|
|
|
23 |
st.markdown(full_story)
|
24 |
else:
|
25 |
st.warning("Please provide a title, character name, and punchline.")
|
26 |
+
css=".gradio-container { background-color: #5eebd5; }"
|