Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,16 +101,16 @@ example_text_01 = """
|
|
| 101 |
with gr.Blocks(title="LLM Tester") as demo:
|
| 102 |
|
| 103 |
gr.Markdown(
|
| 104 |
-
"""<h1 align='center'>OWASP Top 10 for LLM Applications 2025</h1>
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
|
| 115 |
with gr.Tabs():
|
| 116 |
with gr.Tab(label="OWASP十大LLM應用程式風險 "):
|
|
|
|
| 101 |
with gr.Blocks(title="LLM Tester") as demo:
|
| 102 |
|
| 103 |
gr.Markdown(
|
| 104 |
+
"""<h1 align='center'>OWASP Top 10 for LLM Applications 2025</h1>""")
|
| 105 |
+
#<h2><a href='https://deep-learning-101.github.io' target='_blank'>deep-learning-101.github.io</a> |
|
| 106 |
+
#<a href='https://www.twman.org/AI' target='_blank'> AI </a> |
|
| 107 |
+
#<a href='https://twman.org' target='_blank'>TonTon Huang Ph.D.</a> |
|
| 108 |
+
#<a href='https://blog.twman.org/p/deeplearning101.html' target='_blank'>手把手帶你一起踩AI坑</a><br></h2><br>
|
| 109 |
+
#<a href="https://deep-learning-101.github.io/agent" target="_blank">避開 AI Agent 開發陷阱:常見問題、挑戰與解決方案</a><br>
|
| 110 |
+
#<a href="https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark" target="_blank">臺灣大型語言模型及文字嵌入和重排序模型性能評測與在地化策略分析報告</a><br>
|
| 111 |
+
#<a href="https://deep-learning-101.github.io/Blog/AIBeginner" target="_blank">企業 AI新賽局 入門策略實踐路線圖</a> | <a href="https://deep-learning-101.github.io/Blog/AIFinTech" target="_blank">GenAI 與 LLM 在金融產業的應用分析</a><br>
|
| 112 |
+
#<a href='https://deep-learning-101.github.io/RAG' target='_blank'>從零到一:打造本地端高精準度 RAG 系統的實戰指南</a>
|
| 113 |
+
|
| 114 |
|
| 115 |
with gr.Tabs():
|
| 116 |
with gr.Tab(label="OWASP十大LLM應用程式風險 "):
|