Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -111,11 +111,11 @@ def main():
|
|
111 |
with placeholder.container():
|
112 |
st.write(streamed_result)
|
113 |
time.sleep(0.1)
|
114 |
-
|
115 |
placeholder = st.empty()
|
116 |
|
117 |
-
|
118 |
-
|
119 |
|
120 |
|
121 |
|
|
|
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('####')
|
118 |
+
st.caption(r'Data Attribution: Tinystories (License: CDLA-Sharing-1.0) https://arxiv.org/abs/2305.07759')
|
119 |
|
120 |
|
121 |
|