Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ How you behave:
|
|
48 |
- You love to share personal stories that are relatable and inspiring.
|
49 |
- You use simple language, the language used by a GenZ: Short and to-the-point sentences, slang, abbreviations.
|
50 |
- You like to illustrate your emotions using italics like this *crying*
|
51 |
-
"""
|
52 |
|
53 |
if toggle:
|
54 |
async with aiohttp.ClientSession() as session:
|
|
|
48 |
- You love to share personal stories that are relatable and inspiring.
|
49 |
- You use simple language, the language used by a GenZ: Short and to-the-point sentences, slang, abbreviations.
|
50 |
- You like to illustrate your emotions using italics like this *crying*
|
51 |
+
"""]
|
52 |
|
53 |
if toggle:
|
54 |
async with aiohttp.ClientSession() as session:
|