Spaces:
Sleeping
Sleeping
changed default prompt
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ def generate(prompt):
|
|
31 |
|
32 |
gr.Interface(
|
33 |
fn=generate,
|
34 |
-
inputs=gr.Text("
|
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()
|