chainyo commited on
Commit
2412e4c
β€’
1 Parent(s): 78df2c5

add warning disclaimer

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -96,6 +96,8 @@ st.subheader("Leverage the power of storytelling for any idea. πŸ’‘")
96
  with st.expander(label="How to present your idea to get the best story πŸ‘‡", expanded=True):
97
  st.markdown(_explanations)
98
 
 
 
99
  input_col, btn_col = st.columns([3, 1], vertical_alignment="bottom")
100
  with input_col:
101
  input_str = st.text_area("Your idea that needs a story", "", placeholder="I need a pitch for ...")
 
96
  with st.expander(label="How to present your idea to get the best story πŸ‘‡", expanded=True):
97
  st.markdown(_explanations)
98
 
99
+ st.warning("If you get an error while generating a story while the input is valid, please try again, we might have a temporary rate limit.")
100
+
101
  input_col, btn_col = st.columns([3, 1], vertical_alignment="bottom")
102
  with input_col:
103
  input_str = st.text_area("Your idea that needs a story", "", placeholder="I need a pitch for ...")