lgaleana commited on
Commit
e4f86eb
1 Parent(s): bdf4e20
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks() as demo:
15
  <br>
16
  <br>**AI Task**: Ask ChatGPT to do something for you. Eg, summarize a text.
17
  <br>**Code Task**: You will need code to do certain things that ChatGPT can't do, like access the internet or iterate over 4k+ tokens.
18
- <br> With this task, ChatGPT will generate code for you that can be executed on the fly. The code must be generated before executing the task.
19
  <br>
20
  <br>Output from previous tasks can be referenced in subsequen tasks with {tn}. Max 10 tasks allowed (for now).
21
  """
 
15
  <br>
16
  <br>**AI Task**: Ask ChatGPT to do something for you. Eg, summarize a text.
17
  <br>**Code Task**: You will need code to do certain things that ChatGPT can't do, like access the internet or iterate over 4k+ tokens.
18
+ <br> With this task, ChatGPT will generate code to do something. The code must be generated before executing the task.
19
  <br>
20
  <br>Output from previous tasks can be referenced in subsequen tasks with {tn}. Max 10 tasks allowed (for now).
21
  """