jamesbright commited on
Commit
7b3dfa4
·
verified ·
1 Parent(s): df4619d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,6 +16,7 @@ class ProjectScopingTool(Tool):
16
 
17
  "project_type": {
18
  "type": "string",
 
19
  "description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
20
  },
21
  "domain": {
@@ -219,5 +220,5 @@ with gr.Blocks() as demo:
219
  outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
220
 
221
  # Launch the Gradio App
222
- demo(agent).launch()
223
  #agent.run("Ask user what they want to do")
 
16
 
17
  "project_type": {
18
  "type": "string",
19
+
20
  "description": "The type of project (e.g., 'web', 'blockchain', 'ai').",
21
  },
22
  "domain": {
 
220
  outputs=[project_output, arch_output, cost_output, deploy_output, meeting_output])
221
 
222
  # Launch the Gradio App
223
+ demo().launch()
224
  #agent.run("Ask user what they want to do")