jamesbright commited on
Commit
a0037e0
·
verified ·
1 Parent(s): a06df16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -25,7 +25,8 @@ class ProjectScopingTool(Tool):
25
  "type": "string",
26
  "description": "The industry or field related to the project (e.g., 'finance', 'healthcare').",
27
  },
28
- "budget_min": {
 
29
  "type": "number",
30
  "description": "The minimum budget allocated for the project.",
31
  },
@@ -206,8 +207,7 @@ with gr.Blocks() as demo:
206
  with gr.Row():
207
  budget_min = gr.Number(label="Min Budget ($)")
208
  budget_max = gr.Number(label="Max Budget ($)")
209
- timeline_months = gr
210
- .Number(label="Timeline (Months)")
211
 
212
  project_output = gr.Textbox(label="Project Details", interactive=False)
213
  arch_output = gr.Textbox(label="Technical Architecture", interactive=False)
 
25
  "type": "string",
26
  "description": "The industry or field related to the project (e.g., 'finance', 'healthcare').",
27
  },
28
+ "budget_min"
29
+ : {
30
  "type": "number",
31
  "description": "The minimum budget allocated for the project.",
32
  },
 
207
  with gr.Row():
208
  budget_min = gr.Number(label="Min Budget ($)")
209
  budget_max = gr.Number(label="Max Budget ($)")
210
+ timeline_months = gr.Number(label="Timeline (Months)")
 
211
 
212
  project_output = gr.Textbox(label="Project Details", interactive=False)
213
  arch_output = gr.Textbox(label="Technical Architecture", interactive=False)