Spaces:
Runtime error
Runtime error
kevinlu1248
commited on
Commit
•
d6c177f
1
Parent(s):
7419b23
Final brush up
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ default_code = requests.get(default_url).text
|
|
143 |
|
144 |
with gr.Blocks(css=css) as demo:
|
145 |
gr.Markdown("## Code Chunking Demo")
|
146 |
-
gr.Markdown("Start typing below and the chunked output will automatically show up.
|
147 |
|
148 |
with gr.Row():
|
149 |
language = gr.Dropdown(['python', 'javascript', 'typescript', 'rust', 'go', 'ruby', 'r', 'html', 'css', 'shell'], label="Language", value=default_language)
|
|
|
143 |
|
144 |
with gr.Blocks(css=css) as demo:
|
145 |
gr.Markdown("## Code Chunking Demo")
|
146 |
+
gr.Markdown("Start typing below and the chunked output will automatically show up. \n\nCheckout how this algorithm works at https://docs.sweep.dev/blogs/chunking-2m-files and https://docs.sweep.dev/blogs/chunking-improvements or play with the notebook at https://github.com/sweepai/sweep/blob/main/notebooks/chunking.ipynb.")
|
147 |
|
148 |
with gr.Row():
|
149 |
language = gr.Dropdown(['python', 'javascript', 'typescript', 'rust', 'go', 'ruby', 'r', 'html', 'css', 'shell'], label="Language", value=default_language)
|