Spaces:
Runtime error
Runtime error
updated
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ input_textbox = gr.Textbox(
|
|
| 33 |
label="Prompt",
|
| 34 |
info="Ask me something.",
|
| 35 |
lines=3,
|
| 36 |
-
value="# Write a python function to read a csv file and print rows 20 through 25."
|
| 37 |
)
|
| 38 |
gr.Interface(
|
| 39 |
fn=generate,
|
|
|
|
| 33 |
label="Prompt",
|
| 34 |
info="Ask me something.",
|
| 35 |
lines=3,
|
| 36 |
+
value="# Write a python function to read a csv file using pandas and print rows 20 through 25."
|
| 37 |
)
|
| 38 |
gr.Interface(
|
| 39 |
fn=generate,
|