CintraAI commited on
Commit
5cf511f
·
1 Parent(s): 34165ae

changed readme to refelct app

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -1,13 +1,19 @@
1
  ---
2
- title: Test
3
- emoji: 🐢
4
- colorFrom: pink
5
- colorTo: purple
6
  sdk: streamlit
7
- sdk_version: 1.33.0
8
  app_file: app.py
9
- pinned: false
10
  license: mit
 
 
 
 
 
 
11
  ---
12
 
13
  # CintraAI Code Chunker
 
1
  ---
2
+ title: CintraAI Code Chunker
3
+ emoji: 🧩
4
+ colorFrom: blue
5
+ colorTo: teal
6
  sdk: streamlit
7
+ sdk_version: latest
8
  app_file: app.py
9
+ pinned: true
10
  license: mit
11
+ description: >
12
+ Cintra's Code Chunker is a novel open-source tool designed to enhance code readability and
13
+ maintainability by intelligently chunking code files based on key points of interest. This tool
14
+ leverages advanced parsing techniques to identify significant elements in your code, such as functions,
15
+ classes, and comments, to organize your codebase into manageable, easily understandable chunks. It's an
16
+ invaluable resource for applications such as RAG, code patching, and other use cases.
17
  ---
18
 
19
  # CintraAI Code Chunker