Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,8 @@ def process_input_gradio(problem_description: str):
|
|
112 |
best_combinations_display = json.dumps(safe_best_combinations, indent=2)
|
113 |
best_technologies_display = json.dumps(safe_best_technologies, indent=2)
|
114 |
|
|
|
|
|
115 |
return (
|
116 |
prompt,
|
117 |
", ".join(constraints),
|
|
|
112 |
best_combinations_display = json.dumps(safe_best_combinations, indent=2)
|
113 |
best_technologies_display = json.dumps(safe_best_technologies, indent=2)
|
114 |
|
115 |
+
print(f"constraints_stemmed : {constraints_stemmed}")
|
116 |
+
|
117 |
return (
|
118 |
prompt,
|
119 |
", ".join(constraints),
|