Spaces:
Sleeping
Sleeping
Strauss Cunha Carvalho
commited on
Commit
·
297bc74
1
Parent(s):
3b8eb2f
dev:sqlite
Browse files
app.py
CHANGED
@@ -84,6 +84,8 @@ with e4:
|
|
84 |
df = execute_sql(sql)
|
85 |
if df is not None:
|
86 |
st.dataframe(df)
|
|
|
|
|
87 |
|
88 |
e5 = st.expander('Linguagem Natural:', expanded=False)
|
89 |
with e5:
|
|
|
84 |
df = execute_sql(sql)
|
85 |
if df is not None:
|
86 |
st.dataframe(df)
|
87 |
+
st.warning('A consulta retornou {0} registros'.format(df.shape[0]))
|
88 |
+
del df
|
89 |
|
90 |
e5 = st.expander('Linguagem Natural:', expanded=False)
|
91 |
with e5:
|