MrOvkill commited on
Commit
74ab697
1 Parent(s): 9bd24c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ with gr.Blocks() as apps:
20
  with gr.Row():
21
  mdn = gr.Markdown("## StarCoder 15b Instruct\n\n---\n\n")
22
  with gr.Row():
23
- code = gr.Code("// Enter some Javascript here to interact with StarCoder.\n\nconsole.log(\"StarCoder says")
24
  with gr.Row():
25
  btn = gr.Button("Complete with StarCoder")
26
  btn.click(code_block, inputs=[code, mdn], outputs=[code, mdn])
 
20
  with gr.Row():
21
  mdn = gr.Markdown("## StarCoder 15b Instruct\n\n---\n\n")
22
  with gr.Row():
23
+ code = gr.Code("// code.js\n/// Write a function in Javascript that queries a websocket for the current time from epoch in ms.\nconst epochy = () => {")
24
  with gr.Row():
25
  btn = gr.Button("Complete with StarCoder")
26
  btn.click(code_block, inputs=[code, mdn], outputs=[code, mdn])