bkoz commited on
Commit
1c3de9c
1 Parent(s): 448f155

changed default prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ def generate(prompt):
31
 
32
  gr.Interface(
33
  fn=generate,
34
- inputs=gr.Text("When is the next solar eclipse?"),
35
  outputs=gr.Text(),
36
  ).launch()
 
31
 
32
  gr.Interface(
33
  fn=generate,
34
+ inputs=gr.Text("def fibonacci(n: int) -> List:\n"),
35
  outputs=gr.Text(),
36
  ).launch()