Spaces:
Sleeping
Sleeping
change return (#10)
Browse files- change return (5a2d9a205b28d78fca0fa6653de24a47a04671ea)
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:
|