Kc-12 commited on
Commit
cf9569b
β€’
1 Parent(s): 6785db3

Upload app.py

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