Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,45 @@ import datetime
|
|
11 |
import time
|
12 |
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
try:
|
15 |
nlp = spacy.load("en_core_web_sm")
|
16 |
except:
|
|
|
11 |
import time
|
12 |
|
13 |
|
14 |
+
st.markdown("""
|
15 |
+
|
16 |
+
Scene 1: The Enchanted Castle
|
17 |
+
|
18 |
+
You arrive at the enchanted castle, surrounded by a forest of thorns. You have heard stories of a beautiful princess asleep within, waiting for someone to awaken her.
|
19 |
+
|
20 |
+
Option 1: Try to make your way through the thorns.
|
21 |
+
Option 2: Look for another way in.
|
22 |
+
|
23 |
+
Sentiment: Feels like harsher trials after passive sleep.
|
24 |
+
|
25 |
+
---
|
26 |
+
|
27 |
+
Scene 2: The Castle's Secrets
|
28 |
+
|
29 |
+
If you made it past the thorns, you discover that the castle is full of hidden chambers, each containing a different trial.
|
30 |
+
|
31 |
+
These trials are designed to test your limits, reveal your inner most desires, and help you understand the suffering of humankind.
|
32 |
+
|
33 |
+
Option 1: Enter the first chamber.
|
34 |
+
Option 2: Continue exploring the castle.
|
35 |
+
|
36 |
+
Sentiment: Comedy ending in marriage.
|
37 |
+
|
38 |
+
---
|
39 |
+
|
40 |
+
Scene 3: The Princess's Awakening
|
41 |
+
|
42 |
+
After navigating the castle's trials, you finally reach the chamber where the princess lies sleeping.
|
43 |
+
|
44 |
+
You are faced with the decision of how to awaken her, knowing that your actions will determine the nature of your relationship with her.
|
45 |
+
|
46 |
+
Option 1: Awaken her with a gentle kiss.
|
47 |
+
Option 2: Awaken her through a more assertive act like lifting her up.
|
48 |
+
|
49 |
+
Sentiment: Heart forged awakening with different implications depending on context.
|
50 |
+
|
51 |
+
""")
|
52 |
+
|
53 |
try:
|
54 |
nlp = spacy.load("en_core_web_sm")
|
55 |
except:
|