zhijianma commited on
Commit
7da65a9
1 Parent(s): ff72aa4

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def format_cover_html(project_img_path):
40
  "This project is being actively updated and maintained, and we will periodically enhance and add more features and data recipes. <br>"
41
  "We welcome you to join us in promoting LLM data development and research!<br>",
42
  'demo':"You can experience the effect of the operators of Data-Juicer",
43
- 'note':'Note: Due to resource limitations, only a subset of operations is available here. see more details in <a href="{readme_link}">GitHub</a>'
44
  }
45
  # image_src = covert_image_to_base64(project_img_path)
46
  # <div class="project_img"> <img src={image_src} /> </div>
 
40
  "This project is being actively updated and maintained, and we will periodically enhance and add more features and data recipes. <br>"
41
  "We welcome you to join us in promoting LLM data development and research!<br>",
42
  'demo':"You can experience the effect of the operators of Data-Juicer",
43
+ 'note':'Note: Due to resource limitations, only a subset of operators is available here. see more details in <a href="{readme_link}">GitHub</a>'
44
  }
45
  # image_src = covert_image_to_base64(project_img_path)
46
  # <div class="project_img"> <img src={image_src} /> </div>