Kc-12 commited on
Commit
9e58709
1 Parent(s): cf9569b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -111,11 +111,11 @@ def main():
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
 
 
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