Spaces:
Running
Running
Chandima Prabhath
commited on
Commit
Β·
5dc25fa
1
Parent(s):
65616bc
Update help text formatting for improved clarity and consistency
Browse files
app.py
CHANGED
|
@@ -188,19 +188,19 @@ def send_startup_message():
|
|
| 188 |
|
| 189 |
help_text = (
|
| 190 |
"π€ *Hi there, I'm Eve!* Here are the commands you can use:\n\n"
|
| 191 |
-
"β’
|
| 192 |
-
"β’
|
| 193 |
-
"β’
|
| 194 |
-
"β’
|
| 195 |
-
"β’
|
| 196 |
-
"β’
|
| 197 |
-
"β’
|
| 198 |
-
"β’
|
| 199 |
-
"β’
|
| 200 |
-
"β’
|
| 201 |
-
"β’
|
| 202 |
-
"β’
|
| 203 |
-
"β’
|
| 204 |
"Send any other text and I'll reply with a voice message. I'm here to help, so don't hesitate to ask!"
|
| 205 |
)
|
| 206 |
|
|
|
|
| 188 |
|
| 189 |
help_text = (
|
| 190 |
"π€ *Hi there, I'm Eve!* Here are the commands you can use:\n\n"
|
| 191 |
+
"β’ */help* β _Show this help message._\n"
|
| 192 |
+
"β’ */summarize <text>* β _Get a quick summary of your text._\n"
|
| 193 |
+
"β’ */translate <language>|<text>* β _Translate text to your chosen language._\n"
|
| 194 |
+
"β’ */joke* β _Enjoy a random, funny joke._\n"
|
| 195 |
+
"β’ */weather <location>* β _Get the current weather for a location._\n"
|
| 196 |
+
"β’ */inspire* β _Receive a short inspirational quote._\n"
|
| 197 |
+
"β’ */trivia* β _Start a new trivia question._\n"
|
| 198 |
+
"β’ */answer [your answer]* β _Reveal the trivia answer or check your answer if provided._\n"
|
| 199 |
+
"β’ */meme <text>* β _Generate a fun meme image._\n"
|
| 200 |
+
"β’ */poll <Question>|<Option1>|<Option2>|β¦* β _Create a poll._\n"
|
| 201 |
+
"β’ */results* β _See current poll results._\n"
|
| 202 |
+
"β’ */endpoll* β _End the poll and show final results._\n"
|
| 203 |
+
"β’ */gen <prompt>* β _Generate an image from your prompt._\n\n"
|
| 204 |
"Send any other text and I'll reply with a voice message. I'm here to help, so don't hesitate to ask!"
|
| 205 |
)
|
| 206 |
|