acecalisto3 commited on
Commit
f72c4ca
·
verified ·
1 Parent(s): 6ed677d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -353,7 +353,7 @@ examples=[["Based on previous interactions, generate an interactive preview of t
353
  ["Utilize the relevant code snippets and components from previous interactions.", None, None, None, None, None, ],
354
  ["Assemble a working demo that showcases the core functionality of the application.", None, None, None, None, None, ],
355
  ["Present the demo in an interactive environment within the Gradio interface.", None, None, None, None, None,],
356
- ["Allow the user to explore and interact with the demo to test its features.",, None, None, None, None, None,],
357
  ["Gather feedback from the user about the demo and potential improvements.", None, None, None, None, None,],
358
  ["If the user approves of the app's running state you should provide a bash script that will automate all aspects of a local run and also a docker image for ease-of-launch in addition to the huggingface-ready app.py with all functions and gui and the requirements.txt file comprised of all required libraries and packages the application is dependent on, avoiding openai api at all points as we only use huggingface transformers, models, agents, libraries, api.", None, None, None, None, None,],
359
  ]
 
353
  ["Utilize the relevant code snippets and components from previous interactions.", None, None, None, None, None, ],
354
  ["Assemble a working demo that showcases the core functionality of the application.", None, None, None, None, None, ],
355
  ["Present the demo in an interactive environment within the Gradio interface.", None, None, None, None, None,],
356
+ ["Allow the user to explore and interact with the demo to test its features.", None, None, None, None, None,],
357
  ["Gather feedback from the user about the demo and potential improvements.", None, None, None, None, None,],
358
  ["If the user approves of the app's running state you should provide a bash script that will automate all aspects of a local run and also a docker image for ease-of-launch in addition to the huggingface-ready app.py with all functions and gui and the requirements.txt file comprised of all required libraries and packages the application is dependent on, avoiding openai api at all points as we only use huggingface transformers, models, agents, libraries, api.", None, None, None, None, None,],
359
  ]