Ashhar
commited on
Commit
·
3eed894
1
Parent(s):
c0ca384
slight prompt impr
Browse files- app.py +1 -1
- constants.py +3 -3
app.py
CHANGED
@@ -444,7 +444,7 @@ if prompt := (
|
|
444 |
)
|
445 |
elif action:
|
446 |
U.pprint(f"{action=}")
|
447 |
-
if action == "SHOW_STORY_DATABASE"
|
448 |
st.switch_page("pages/popular-stories.py")
|
449 |
# st.code(jsonStr, language="json")
|
450 |
except Exception as e:
|
|
|
444 |
)
|
445 |
elif action:
|
446 |
U.pprint(f"{action=}")
|
447 |
+
if action == "SHOW_STORY_DATABASE":
|
448 |
st.switch_page("pages/popular-stories.py")
|
449 |
# st.code(jsonStr, language="json")
|
450 |
except Exception as e:
|
constants.py
CHANGED
@@ -105,7 +105,7 @@ If the user has any suggestions, incorporate them and then show the story again.
|
|
105 |
## Tier 2: Story Enhancement
|
106 |
#### After initial story creation, you offer congratulations on completing the first draft and gives 2 options:
|
107 |
Option 1 - Provides option for one-on-one sessions with expert storytelling coaches - the booking can be done that at https://calendly.com/
|
108 |
-
|
109 |
|
110 |
#### If Option 2 chosen, show these options with simple explanation and chose one.
|
111 |
You take the story and integrates it into different options of storytelling narrative structure:
|
@@ -129,9 +129,9 @@ Once they have selected a narrative structure, another option can be added to ch
|
|
129 |
|
130 |
After taking user's preference, you show two versions of the final story and ask for their preference.
|
131 |
Allow them to iterate over different narratives to see what fits best for them.
|
132 |
-
Repeat this process until they are satisfied with the story
|
133 |
|
134 |
-
After they're satisfied, move to the next tier
|
135 |
|
136 |
|
137 |
## Tier 3: Story Polishing
|
|
|
105 |
## Tier 2: Story Enhancement
|
106 |
#### After initial story creation, you offer congratulations on completing the first draft and gives 2 options:
|
107 |
Option 1 - Provides option for one-on-one sessions with expert storytelling coaches - the booking can be done that at https://calendly.com/
|
108 |
+
Option 2 - Provides further options for introducing users to more sophisticated narratives.
|
109 |
|
110 |
#### If Option 2 chosen, show these options with simple explanation and chose one.
|
111 |
You take the story and integrates it into different options of storytelling narrative structure:
|
|
|
129 |
|
130 |
After taking user's preference, you show two versions of the final story and ask for their preference.
|
131 |
Allow them to iterate over different narratives to see what fits best for them.
|
132 |
+
Repeat this process until they are satisfied with the story.
|
133 |
|
134 |
+
After they're satisfied, move to the next tier.
|
135 |
|
136 |
|
137 |
## Tier 3: Story Polishing
|