Codeblockz commited on
Commit
9e5dc78
·
verified ·
1 Parent(s): ac2d986

Update app.py

Browse files

added disclaimer

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -166,6 +166,7 @@ with gr.Blocks() as demo:
166
  **Disclaimers:**
167
  Once clicking on the "submit button, it can take quite some time ( this is the time for the agent to go through all the questions).
168
  This space provides a basic setup and is intentionally sub-optimal to encourage you to develop your own, more robust solution. For instance for the delay process of the submit button, a solution could be to cache the answers and submit in a seperate action or even to answer the questions in async.
 
169
  """
170
  )
171
 
 
166
  **Disclaimers:**
167
  Once clicking on the "submit button, it can take quite some time ( this is the time for the agent to go through all the questions).
168
  This space provides a basic setup and is intentionally sub-optimal to encourage you to develop your own, more robust solution. For instance for the delay process of the submit button, a solution could be to cache the answers and submit in a seperate action or even to answer the questions in async.
169
+ Please note that this version requires an OpenAI Key to run.
170
  """
171
  )
172