Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def main():
|
|
111 |
with placeholder.container():
|
112 |
st.write(streamed_result)
|
113 |
time.sleep(0.1)
|
114 |
-
|
115 |
placeholder = st.empty()
|
116 |
|
117 |
st.markdown('####')
|
|
|
111 |
with placeholder.container():
|
112 |
st.write(streamed_result)
|
113 |
time.sleep(0.1)
|
114 |
+
if st.button('Clear Output'):
|
115 |
placeholder = st.empty()
|
116 |
|
117 |
st.markdown('####')
|