mgokg commited on
Commit
bfd405c
·
verified ·
1 Parent(s): f17eb40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if st.button("Generate"):
44
  bar = st.progress(0)
45
  bild.empty()
46
  c.write(sdf.chat(prompt))
47
- if os.path.isfile(./exports/charts/temp_chart.png'):
48
  bild.write(st.image('./exports/charts/temp_chart.png',caption=None))
49
  #st.write(sdf.chat(prompt))
50
  bar.progress(100)
 
44
  bar = st.progress(0)
45
  bild.empty()
46
  c.write(sdf.chat(prompt))
47
+ if os.path.isfile('./exports/charts/temp_chart.png'):
48
  bild.write(st.image('./exports/charts/temp_chart.png',caption=None))
49
  #st.write(sdf.chat(prompt))
50
  bar.progress(100)