amornpan commited on
Commit
2d8d034
·
verified ·
1 Parent(s): 934dbbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -4
app.py CHANGED
@@ -120,12 +120,26 @@ if submit_button and user_input:
120
 
121
 
122
  #st.subheader("📄 ไฟล์เอกสารที่ใช้เป็นคลังข้อมูล PDPA")
 
 
 
 
 
 
 
 
 
 
123
  st.markdown(
124
  """
125
- <a href="https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/tree/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA" style="text-decoration: none;">
126
- <h3>📄 ไฟล์เอกสารที่ใช้เป็นคลังข้อมูล PDPA</h3>
127
- </a>
128
- """,
 
 
 
 
129
  unsafe_allow_html=True
130
  )
131
 
 
120
 
121
 
122
  #st.subheader("📄 ไฟล์เอกสารที่ใช้เป็นคลังข้อมูล PDPA")
123
+ # st.markdown(
124
+ # """
125
+ # <a href="https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/tree/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA" style="text-decoration: none;">
126
+ # <h3>📄 ไฟล์เอกสารที่ใช้เป็นคลังข้อมูล PDPA</h3>
127
+ # </a>
128
+ # """,
129
+ # unsafe_allow_html=True
130
+ # )
131
+
132
+ st.subheader("📄 ไฟล์เอกสารที่ใช้เป็นคลังข้อมูล PDPA")
133
  st.markdown(
134
  """
135
+ - [1612025563SummaryPDPA_DigitalCouncilofThailand.pdf](https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/blob/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA/1612025563SummaryPDPA_DigitalCouncilofThailand.pdf) (1.35 MB)
136
+ - [PDPA_Guideline_v_1.pdf](https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/blob/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA/PDPA_Guideline_v_1.pdf) (10.7 MB)
137
+ - [T_0024.pdf](https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/blob/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA/T_0024.pdf) (81.1 kB)
138
+ - [T_0026.pdf](https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/blob/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA/T_0026.pdf) (82.6 kB)
139
+ - [T_0028.pdf](https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/blob/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA/T_0028.pdf) (105 kB)
140
+ - [T_0032.pdf](https://huggingface.co/spaces/amornpan/eRAG-PDPA-v1/blob/main/%E0%B9%80%E0%B8%AD%E0%B8%81%E0%B8%AA%E0%B8%B2%E0%B8%A3_PDPA/T_0032.pdf)
141
+
142
+ """,
143
  unsafe_allow_html=True
144
  )
145