correct explanations
Browse files
app.py
CHANGED
@@ -66,7 +66,6 @@ button {
|
|
66 |
unsafe_allow_html=True,
|
67 |
)
|
68 |
|
69 |
-
# UI
|
70 |
st.title("kwest.dev")
|
71 |
st.subheader("Leverage the power of storytelling for any idea. π‘")
|
72 |
|
@@ -77,7 +76,7 @@ with st.expander(label="How to present your idea to get the best story π", ex
|
|
77 |
- π Give as much **context** as possible. For example, what is the problem you are trying to solve? If you have a good name for your idea, share it.
|
78 |
- π€ What is the **audience** for your idea? Who are the people that should be interested in it?
|
79 |
|
80 |
-
Once you have shared
|
81 |
The different recipes available are: `sell`, `motivate`, `convince`, `connect`, `explain`, `lead`, `impress`
|
82 |
|
83 |
You can choose the recipe that best fits your idea, but to help you decide we will mark the 1st and 2nd best recipes with π₯ and π₯ respectively.
|
|
|
66 |
unsafe_allow_html=True,
|
67 |
)
|
68 |
|
|
|
69 |
st.title("kwest.dev")
|
70 |
st.subheader("Leverage the power of storytelling for any idea. π‘")
|
71 |
|
|
|
76 |
- π Give as much **context** as possible. For example, what is the problem you are trying to solve? If you have a good name for your idea, share it.
|
77 |
- π€ What is the **audience** for your idea? Who are the people that should be interested in it?
|
78 |
|
79 |
+
Once you have shared these details, you will have the opportunity to choose a recipe to craft your story.
|
80 |
The different recipes available are: `sell`, `motivate`, `convince`, `connect`, `explain`, `lead`, `impress`
|
81 |
|
82 |
You can choose the recipe that best fits your idea, but to help you decide we will mark the 1st and 2nd best recipes with π₯ and π₯ respectively.
|