mgokg commited on
Commit
976b202
·
verified ·
1 Parent(s): d1293e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -60,12 +60,13 @@ if st.button("Generate"):
60
 
61
  with bild:
62
  sdf = SmartDataframe(df1)
 
63
  #with st.spinner("Generating response..."):
64
 
65
  if os.path.isfile('./exports/charts/temp_chart.png'):
66
  st.image('./exports/charts/temp_chart.png')
67
 
68
- st.write(sdf.chat(prompt))
69
  #st.success('Done!')
70
  #bar.progress(100)
71
 
 
60
 
61
  with bild:
62
  sdf = SmartDataframe(df1)
63
+ st.write(sdf.chat(prompt))
64
  #with st.spinner("Generating response..."):
65
 
66
  if os.path.isfile('./exports/charts/temp_chart.png'):
67
  st.image('./exports/charts/temp_chart.png')
68
 
69
+
70
  #st.success('Done!')
71
  #bar.progress(100)
72