add warning disclaimer
Browse files
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 ...")
|