heymenn commited on
Commit
7a97701
·
verified ·
1 Parent(s): df9068d

Update app.py

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