Spaces:
Runtime error
Runtime error
kevinlu1248
commited on
Commit
·
fb2d1e6
1
Parent(s):
1e69640
minor improvements
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def chunk_code(
|
|
131 |
return str(e)
|
132 |
|
133 |
with gr.Blocks(css=css) as demo:
|
134 |
-
gr.Markdown("Start typing below and the chunked output will automatically show up.")
|
135 |
|
136 |
default_file = "https://raw.githubusercontent.com/sweepai/sweep/b267b613d4c706eaf959fe6789f11e9a856521d1/sweepai/handlers/on_check_suite.py"
|
137 |
default_code = requests.get(default_file).text
|
|
|
131 |
return str(e)
|
132 |
|
133 |
with gr.Blocks(css=css) as demo:
|
134 |
+
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.")
|
135 |
|
136 |
default_file = "https://raw.githubusercontent.com/sweepai/sweep/b267b613d4c706eaf959fe6789f11e9a856521d1/sweepai/handlers/on_check_suite.py"
|
137 |
default_code = requests.get(default_file).text
|