Fiacre commited on
Commit
929c72a
1 Parent(s): cc2a4ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def get_project_scope(describe_your_project_idea_here):
33
  temperature=0, # this is the degree of randomness of the model's output
34
  )
35
  project_scope = response.choices[0].message["content"]
36
- return project_scope, project_scope
37
 
38
  def get_scope_and_change_impact_assessment(describe_your_project_idea_here):
39
  scope = get_project_scope(describe_your_project_idea_here)
 
33
  temperature=0, # this is the degree of randomness of the model's output
34
  )
35
  project_scope = response.choices[0].message["content"]
36
+ return project_scope
37
 
38
  def get_scope_and_change_impact_assessment(describe_your_project_idea_here):
39
  scope = get_project_scope(describe_your_project_idea_here)