Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,9 +120,14 @@ if submit_button and user_input:
|
|
120 |
|
121 |
|
122 |
st.subheader("📄 ไฟล์เอกสารที่ใช้เป็นคลังข้อมูล PDPA")
|
123 |
-
st.markdown(
|
124 |
-
|
125 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
st.subheader("👤 Authors")
|
128 |
st.write("""
|
|
|
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 |
+
<span style="font-size: 24px;">👉 ค้นหาเฉพาะไฟล์เหล่านี้เท่านั้น!</span>
|
127 |
+
</a>
|
128 |
+
""",
|
129 |
+
unsafe_allow_html=True
|
130 |
+
)
|
131 |
|
132 |
st.subheader("👤 Authors")
|
133 |
st.write("""
|