Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ def process_input_gradio(problem_description: str):
|
|
118 |
|
119 |
return (
|
120 |
prompt,
|
121 |
-
"\n".join(f"'{k}': {v}" for k, v in
|
122 |
best_combinations_display,
|
123 |
", ".join(map(str, best_technologies_id)),
|
124 |
best_technologies_display
|
|
|
118 |
|
119 |
return (
|
120 |
prompt,
|
121 |
+
"\n".join(f"'{k}': {v}" for k, v in constraints.items()),
|
122 |
best_combinations_display,
|
123 |
", ".join(map(str, best_technologies_id)),
|
124 |
best_technologies_display
|