Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,10 +42,10 @@ if st.button("Generate"):
|
|
42 |
with st.spinner("Generating response..."):
|
43 |
|
44 |
bar = st.progress(0)
|
45 |
-
c.write(bar)
|
46 |
-
c.write(st.spinner)
|
47 |
bild.empty()
|
48 |
-
|
49 |
if os.path.isfile('./exports/charts/temp_chart.png'):
|
50 |
bild.write(st.image('./exports/charts/temp_chart.png',caption=None))
|
51 |
#st.write(sdf.chat(prompt))
|
|
|
42 |
with st.spinner("Generating response..."):
|
43 |
|
44 |
bar = st.progress(0)
|
45 |
+
#c.write(bar)
|
46 |
+
#c.write(st.spinner)
|
47 |
bild.empty()
|
48 |
+
bild.write(sdf.chat(prompt))
|
49 |
if os.path.isfile('./exports/charts/temp_chart.png'):
|
50 |
bild.write(st.image('./exports/charts/temp_chart.png',caption=None))
|
51 |
#st.write(sdf.chat(prompt))
|