ysharma HF Staff commited on
Commit
42f6867
·
verified ·
1 Parent(s): 000d4cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if HF_TOKEN:
18
  else:
19
  logger.warning("HF_TOKEN not found - running without authentication")
20
 
21
- DATASET_NAME = "ysharma/build-small-hackathon-registrations"
22
  DISCORD_INVITE = "https://discord.gg/YHECTft87Z"
23
  DISCORD_CHANNEL = "build-small-hackathon-official"
24
 
 
18
  else:
19
  logger.warning("HF_TOKEN not found - running without authentication")
20
 
21
+ DATASET_NAME = "build-small-hackathon/build-small-hackathon-registrations"
22
  DISCORD_INVITE = "https://discord.gg/YHECTft87Z"
23
  DISCORD_CHANNEL = "build-small-hackathon-official"
24