Update app.py
Browse files
app.py
CHANGED
@@ -16,9 +16,10 @@ def display_pdf(file):
|
|
16 |
# Displaying File
|
17 |
st.markdown(pdf_display, unsafe_allow_html=True)
|
18 |
|
19 |
-
st.title("BigCode Open RAIL-M v1
|
|
|
20 |
|
21 |
-
st.markdown("## Section I: Preamble")
|
22 |
|
23 |
st.markdown("This OpenRAIL-M License Agreement was created under BigCode, an open and collaborative research project aimed at the responsible development and Use of Large Language Models (“LLMs”) for code generation. This license is generally applicable to any machine-learning Model.")
|
24 |
|
@@ -101,7 +102,7 @@ st.markdown("**13.** This License Agreement is a license of copyright and patent
|
|
101 |
|
102 |
st.markdown("END OF TERMS AND CONDITIONS")
|
103 |
|
104 |
-
st.markdown("## Attachment A - USE RESTRICTIONS")
|
105 |
|
106 |
st.markdown("**You agree not to Use the Model or Modifications of the Model:**")
|
107 |
|
|
|
16 |
# Displaying File
|
17 |
st.markdown(pdf_display, unsafe_allow_html=True)
|
18 |
|
19 |
+
st.title("BigCode Open RAIL-M v1")
|
20 |
+
st.title(" License Agreement")
|
21 |
|
22 |
+
st.markdown(" ## Section I: Preamble")
|
23 |
|
24 |
st.markdown("This OpenRAIL-M License Agreement was created under BigCode, an open and collaborative research project aimed at the responsible development and Use of Large Language Models (“LLMs”) for code generation. This license is generally applicable to any machine-learning Model.")
|
25 |
|
|
|
102 |
|
103 |
st.markdown("END OF TERMS AND CONDITIONS")
|
104 |
|
105 |
+
st.markdown(" ## Attachment A - USE RESTRICTIONS")
|
106 |
|
107 |
st.markdown("**You agree not to Use the Model or Modifications of the Model:**")
|
108 |
|