mgokg commited on
Commit
5e28aa6
·
verified ·
1 Parent(s): 71a77a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ if st.button("Generate"):
51
  bild.empty()
52
  c.write(sdf.chat(prompt))
53
  if os.path.isfile('./exports/charts/temp_chart.png'):
54
- c.write(st.image('./exports/charts/temp_chart.png',caption=None))
55
  #st.write(sdf.chat(prompt))
56
  bar.progress(100)
57
 
 
51
  bild.empty()
52
  c.write(sdf.chat(prompt))
53
  if os.path.isfile('./exports/charts/temp_chart.png'):
54
+ st.iframe(st.image('./exports/charts/temp_chart.png',caption=None))
55
  #st.write(sdf.chat(prompt))
56
  bar.progress(100)
57