Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
232 |
if engine is not None:
|
233 |
refresh_sql_agent()
|
234 |
except Exception as e:
|
235 |
-
print(f"[ERRO] Falha ao processar novo CSV: {e}
|
236 |
|
237 |
csv_file.change(handle_csv_upload, inputs=csv_file, outputs=csv_file)
|
238 |
|
|
|
232 |
if engine is not None:
|
233 |
refresh_sql_agent()
|
234 |
except Exception as e:
|
235 |
+
print(f"[ERRO] Falha ao processar novo CSV: {e}")
|
236 |
|
237 |
csv_file.change(handle_csv_upload, inputs=csv_file, outputs=csv_file)
|
238 |
|