mgokg commited on
Commit
51f002e
·
verified ·
1 Parent(s): 98eaec6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,9 +38,9 @@ if st.button("Generate"):
38
 
39
  bar = st.progress(0)
40
  #sdf = SmartDataframe(df1)
41
- container.empty
42
  container.write(sdf.chat(prompt))
43
- container.write(st.image('./exports/charts/temp_chart.png',caption=None))
44
  #st.write(sdf.chat(prompt))
45
  bar.progress(100)
46
 
 
38
 
39
  bar = st.progress(0)
40
  #sdf = SmartDataframe(df1)
41
+ #container.empty
42
  container.write(sdf.chat(prompt))
43
+ st.image('./exports/charts/temp_chart.png',caption=None)
44
  #st.write(sdf.chat(prompt))
45
  bar.progress(100)
46