kkawamu1 commited on
Commit
1aa3fff
1 Parent(s): 1834faf

Update 03_reference.py

Browse files
Files changed (1) hide show
  1. app/pages/03_reference.py +1 -1
app/pages/03_reference.py CHANGED
@@ -17,7 +17,7 @@ import streamlit as st
17
  st.set_page_config(layout="wide")
18
  st.markdown(f'<p style="text-align:center;background-image: linear-gradient(to right,#d9306e, #412f8f);color:#ffffff;font-size: 4em;;border-radius:2%;-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Reference</p>', unsafe_allow_html=True)
19
 
20
- st.markdown('### A chunk of codes used for this projects is taken and insipred from the following works and their related repository:')
21
 
22
  st.markdown("""1. @inproceedings{sanh2022multitask,
23
  title={Multitask Prompted Training Enables Zero-Shot Task Generalization},
17
  st.set_page_config(layout="wide")
18
  st.markdown(f'<p style="text-align:center;background-image: linear-gradient(to right,#d9306e, #412f8f);color:#ffffff;font-size: 4em;;border-radius:2%;-webkit-background-clip: text;-webkit-text-fill-color: transparent;">Reference</p>', unsafe_allow_html=True)
19
 
20
+ st.markdown('### A chunk of codes used for this projects is taken and/or insipred from the following works and their related repository:')
21
 
22
  st.markdown("""1. @inproceedings{sanh2022multitask,
23
  title={Multitask Prompted Training Enables Zero-Shot Task Generalization},