Jack Monas commited on
Commit
03e5818
·
1 Parent(s): 00912c8
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -241,6 +241,19 @@ def main():
241
  You can also discuss your data questions with the community on Discord.
242
  """
243
  )
 
 
 
 
 
 
 
 
 
 
 
 
 
244
 
245
  if __name__ == '__main__':
246
  main()
 
241
  You can also discuss your data questions with the community on Discord.
242
  """
243
  )
244
+ st.markdown("---")
245
+ st.markdown("## Additional Resources")
246
+ st.markdown(
247
+ """
248
+ For more information and updates, please check out our previous blog posts and join our communities:
249
+ - [Blog Post: World Model Challenge Launch](https://example.com/blog-post-1)
250
+ - [Blog Post: Challenge Updates and Technical Details](https://example.com/blog-post-2)
251
+ - [GitHub Repository](https://github.com/1x-technologies/world-model-challenge)
252
+ - [Hugging Face Page](https://huggingface.co/1x-technologies)
253
+ - [Discord Channel](https://discord.gg/your-invite)
254
+ """
255
+ )
256
+
257
 
258
  if __name__ == '__main__':
259
  main()