Chandima Prabhath commited on
Commit
5dc25fa
Β·
1 Parent(s): 65616bc

Update help text formatting for improved clarity and consistency

Browse files
Files changed (1) hide show
  1. app.py +13 -13
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
- "β€’ *`/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
 
 
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