Kc-12 commited on
Commit
6785db3
·
1 Parent(s): c3d89b9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -114,6 +114,9 @@ def main():
114
  if st.button('Clear Output'):
115
  placeholder = st.empty()
116
 
 
 
 
117
 
118
 
119
 
 
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
 
122