DrishtiSharma commited on
Commit
76ad1e1
·
verified ·
1 Parent(s): 0d4e1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ if "df" in st.session_state:
126
  with st.spinner("Running query..."):
127
  try:
128
  # Token limit configuration
129
- max_rows = 1000 # Adjust chunk size dynamically
130
  total_rows = len(df)
131
 
132
  if total_rows > max_rows:
 
126
  with st.spinner("Running query..."):
127
  try:
128
  # Token limit configuration
129
+ max_rows = 200 # Adjust chunk size dynamically
130
  total_rows = len(df)
131
 
132
  if total_rows > max_rows: