Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,6 @@ if st.session_state.df is not None and st.session_state.show_preview:
|
|
83 |
st.subheader("π Dataset Preview")
|
84 |
st.dataframe(st.session_state.df.head())
|
85 |
|
86 |
-
# SQL-RAG Analysis
|
87 |
# SQL-RAG Analysis
|
88 |
if st.session_state.df is not None:
|
89 |
temp_dir = tempfile.TemporaryDirectory()
|
|
|
83 |
st.subheader("π Dataset Preview")
|
84 |
st.dataframe(st.session_state.df.head())
|
85 |
|
|
|
86 |
# SQL-RAG Analysis
|
87 |
if st.session_state.df is not None:
|
88 |
temp_dir = tempfile.TemporaryDirectory()
|