Timothyxxx commited on
Commit
97c1059
·
1 Parent(s): 4568f13

Delete container width on db

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ else:
226
  try:
227
  stamp = '{}'.format(uuid.uuid4())
228
  os.makedirs('tmp_for_vis/', exist_ok=True)
229
- with st.spinner("Executing program ..."):
230
  exec_answer = executor.nsql_exec(stamp, binder_program, db)
231
  if selected_language == 'SQL':
232
  with open("tmp_for_vis/{}_tmp_for_vis_steps.txt".format(stamp), "r") as f:
 
226
  try:
227
  stamp = '{}'.format(uuid.uuid4())
228
  os.makedirs('tmp_for_vis/', exist_ok=True)
229
+ with st.spinner("Executing Binder program by GPT3 Codex and {} Interpreter...".format(selected_language)):
230
  exec_answer = executor.nsql_exec(stamp, binder_program, db)
231
  if selected_language == 'SQL':
232
  with open("tmp_for_vis/{}_tmp_for_vis_steps.txt".format(stamp), "r") as f: