Spaces:
Running
Running
add literal string
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ def query_sql(user_query: str) -> str:
|
|
| 71 |
result = sql_engine(generated_sql)
|
| 72 |
|
| 73 |
#print(f"SQL Query Result: {result}")
|
| 74 |
-
print({result}")
|
| 75 |
|
| 76 |
try:
|
| 77 |
float_result = float(result)
|
|
|
|
| 71 |
result = sql_engine(generated_sql)
|
| 72 |
|
| 73 |
#print(f"SQL Query Result: {result}")
|
| 74 |
+
print(f"{result}")
|
| 75 |
|
| 76 |
try:
|
| 77 |
float_result = float(result)
|