Spaces:
Running
Running
change return
#10
by
nikravan
- opened
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:
|