Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,9 +41,9 @@ def sql_generate(prompt):
41
  print(f"Response after removing new line entries is: {final_solution}")
42
  else:
43
  final_solution = solution
 
44
  return final_solution
45
 
46
-
47
  demo = gr.Blocks()
48
 
49
  with demo:
 
41
  print(f"Response after removing new line entries is: {final_solution}")
42
  else:
43
  final_solution = solution
44
+ #return final_solution
45
  return final_solution
46
 
 
47
  demo = gr.Blocks()
48
 
49
  with demo: