Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ if st.button("Generate"):
|
|
42 |
with st.spinner("Generating response..."):
|
43 |
|
44 |
bar = st.progress(0)
|
45 |
-
|
46 |
-
|
47 |
bild.empty()
|
48 |
c.write(sdf.chat(prompt))
|
49 |
if os.path.isfile('./exports/charts/temp_chart.png'):
|
|
|
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 |
c.write(sdf.chat(prompt))
|
49 |
if os.path.isfile('./exports/charts/temp_chart.png'):
|