bkoz commited on
Commit
af21b88
1 Parent(s): 0b91fda
Files changed (1) hide show
  1. app.py +1 -1
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,