CintraAI commited on
Commit
95d8186
·
1 Parent(s): 67e7b62

fixed readme

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -1,19 +1,13 @@
1
  ---
2
- title: CintraAI Code Chunker
3
  emoji: 🧩
4
  colorFrom: blue
5
  colorTo: indigo
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
 
1
  ---
2
+ title: Cintra's Code Chunker
3
  emoji: 🧩
4
  colorFrom: blue
5
  colorTo: indigo
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