mkoot007 commited on
Commit
f9ce59f
1 Parent(s): c8aeee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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; }"