Spaces:
Runtime error
Runtime error
kevinlu1248
commited on
Commit
·
5bcf07b
1
Parent(s):
f41d2af
minor improvements
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def chunk_code(
|
|
132 |
|
133 |
with gr.Blocks(css=css) as demo:
|
134 |
gr.Markdown("## Code Chunking Demo")
|
135 |
-
gr.Markdown("Start typing below and the chunked output will automatically show up. Checkout how this algorithm works at https://docs.sweep.dev/blogs/chunking-2m-files and https://docs.sweep.dev/blogs/chunking-improvements. We also have interactive notebooks at ")
|
136 |
|
137 |
default_file = "https://raw.githubusercontent.com/sweepai/sweep/b267b613d4c706eaf959fe6789f11e9a856521d1/sweepai/handlers/on_check_suite.py"
|
138 |
default_code = requests.get(default_file).text
|
|
|
132 |
|
133 |
with gr.Blocks(css=css) as demo:
|
134 |
gr.Markdown("## Code Chunking Demo")
|
135 |
+
gr.Markdown("Start typing below and the chunked output will automatically show up. Checkout how this algorithm works at https://docs.sweep.dev/blogs/chunking-2m-files and https://docs.sweep.dev/blogs/chunking-improvements. We also have interactive notebooks at https://github.com/sweepai/sweep/blob/main/notebooks/chunking.ipynb.")
|
136 |
|
137 |
default_file = "https://raw.githubusercontent.com/sweepai/sweep/b267b613d4c706eaf959fe6789f11e9a856521d1/sweepai/handlers/on_check_suite.py"
|
138 |
default_code = requests.get(default_file).text
|