Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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)
|