Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,10 +73,6 @@ def gerar_resumo_df():
|
|
73 |
"""
|
74 |
resumo = ""
|
75 |
|
76 |
-
if "DF_DATA" in locals() or "DF_DATA" in globals():
|
77 |
-
resumo += "Resumo DF_DATA:\n"
|
78 |
-
resumo += DF_DATA.to_string(index=False) + "\n\n"
|
79 |
-
|
80 |
if "DF_HEAD" in locals() or "DF_HEAD" in globals():
|
81 |
resumo += "Resumo DF_HEAD:\n"
|
82 |
resumo += DF_HEAD.to_string(index=False) + "\n\n"
|
|
|
73 |
"""
|
74 |
resumo = ""
|
75 |
|
|
|
|
|
|
|
|
|
76 |
if "DF_HEAD" in locals() or "DF_HEAD" in globals():
|
77 |
resumo += "Resumo DF_HEAD:\n"
|
78 |
resumo += DF_HEAD.to_string(index=False) + "\n\n"
|