BuildPlay / utilities /constants.py
Kim Adams
adding handlers to openai responses
a2627f1
#HOME
DIRECTIONS_LABEL="### Directions"
DIRECTIONS="Select players and click Create Game to generate a game customized for the group. Once generation is complete, you can start playing your game! \nNote: If you see an Error when you try to create a game, try again. "
GAME_DESC="A description and rules for your game will show here. "
GAME_DESC_PLACEHOLDER="Fun game incoming..."
GAME_TIPS="Tips for your game will show here."
PLAYERS="Players"
PLAYERS_INFO="Pick some players for the game!"
CREATE_GAME="Create Game"
GAME_TITLE="Game Title"
NO_GAME="No game created"
NO_GAME_TITLE="Game Title: No game created"
PLAY_GAME="Let's Play!"
BUILDPLAY_LOGO="home_view/art/buildPlay.png"
QUESTIONS_LABEL="### Considerations"
TOPIC="Game is based on the topic"
PLAYER_NAMES="Custom made for these players"
GAME_TYPE="What kind of game would you like to play?"
RULES_LABEL="### Rules"
FETCH_DATA="Fetch data"
BUILDPLAY_LABEL= " ## BuildPlay"
SUBMIT="Submit"
BUILDPLAY="BuildPlay"
DATAFRAMES="Dataframes"
UI1="Slack"
UI2="Embeddings"
UI3="Players"
UI4="Games"
UI5="Game Ideas"
CHAT_BOT="Conversation Log"
CHAT_BOT_INPUT="Ask a Question"
CHAT_BOT_HEIGHT=600
DRAW="Draw"
CHAT="Chat"
SKETCH="Sketch"
GUESSES="Guesses"
RESET="Reset"
GAME_DESC_NOTFOUND="Game description not found."
NAME_NOTFOUND="Name not found."
TIPS_NOTFOUND="Tips not found."
RULES_NOTFOUND="Rules not found."