heymenn commited on
Commit
3fef2d2
·
verified ·
1 Parent(s): c6fae51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 d.items()),
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