Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|