jamesbright commited on
Commit
6a5658c
·
verified ·
1 Parent(s): 406a3f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,6 +12,7 @@ class ProjectScopingTool(Tool):
12
  """
13
 
14
  inputs = {
 
15
  "project_type": {
16
  "type": "string",
17
  "description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
@@ -217,4 +218,4 @@ with gr.Blocks() as demo:
217
 
218
  # Launch the Gradio App
219
  #demo(agent).launch()
220
- agent.run()
 
12
  """
13
 
14
  inputs = {
15
+
16
  "project_type": {
17
  "type": "string",
18
  "description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
 
218
 
219
  # Launch the Gradio App
220
  #demo(agent).launch()
221
+ agent.run("Ask user what they want to do")