kevinlu1248 commited on
Commit
bbc0b8d
1 Parent(s): 94329ca
Files changed (1) hide show
  1. app.py +1 -1
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. \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.\n\n❤️ Drop a like if you enjoyed the demo.")
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.️ Drop a like if you enjoy the demo! \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)