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