Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,11 +119,9 @@ life = st.checkbox("Entire life")
|
|
| 119 |
|
| 120 |
|
| 121 |
if village:
|
| 122 |
-
option = "Once, in a small village nestled in the rolling hills of Tuscany, lived an elderly woman named Isabella."
|
| 123 |
elif life:
|
| 124 |
option = "She had spent her entire life in this village, raising her children and caring for her garden, which was the most"
|
| 125 |
-
elif another:
|
| 126 |
-
option = "beautiful in the region. Her husband, Marco, had passed away many years ago, leaving her with a heart full of memories "
|
| 127 |
else:
|
| 128 |
option =""
|
| 129 |
|
|
|
|
| 119 |
|
| 120 |
|
| 121 |
if village:
|
| 122 |
+
option = """Once, in a small village nestled in the rolling hills of Tuscany, lived an elderly woman named Isabella."""
|
| 123 |
elif life:
|
| 124 |
option = "She had spent her entire life in this village, raising her children and caring for her garden, which was the most"
|
|
|
|
|
|
|
| 125 |
else:
|
| 126 |
option =""
|
| 127 |
|