DrishtiSharma commited on
Commit
040ab1c
Β·
verified Β·
1 Parent(s): 99b99c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()