Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NCEE-Build-Lab
/
neo_jimmy
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf4132a
neo_jimmy
/
src
/
bot_specs.py
MilanM
Upload 3 files
d38e9c6
verified
5 days ago
raw
Copy download link
history
blame
Safe
147 Bytes
import
os
bot_name = os.getenv(
"BOT_NAME"
)
or
"jimmy"
bot_icon = os.getenv(
"BOT_ICON"
)
or
"π§"
user_icon = os.getenv(
"USER_ICON"
)
or
"π₯·π»"