DeepLearning101 commited on
Commit
5c38751
·
verified ·
1 Parent(s): 0ed06ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -3
app.py CHANGED
@@ -141,9 +141,23 @@ tool = NotebookLMTool()
141
 
142
  # --- Gradio UI ---
143
  with gr.Blocks(title="NotebookLM Slide Decomposer", theme=gr.themes.Soft()) as demo:
144
- gr.Markdown("# 🛠️ NotebookLM 投影片拆解助手 (V4 最終修復版)")
145
- gr.Markdown("上傳 PDF,AI 自動幫你:**1. 抓出所有文字** | **2. 重繪乾淨背景圖**")
146
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  with gr.Row():
148
  with gr.Column():
149
  api_input = gr.Textbox(label="Google API Key", type="password", placeholder="貼上你的 Gemini API Key")
 
141
 
142
  # --- Gradio UI ---
143
  with gr.Blocks(title="NotebookLM Slide Decomposer", theme=gr.themes.Soft()) as demo:
144
+ gr.Markdown("# 🛠️ NotebookLM 投影片 PDF 拆解神器")
145
+ gr.Markdown("""
146
+ <div align="center">
147
+
148
+ # 🛠️ 上傳 NotebookLM 投影片 PDF,AI 自動幫你:**1. 抓出所有文字** | **2. 重繪乾淨背景圖**
149
+ 👉 歡迎 Star [GitHub](https://github.com/Deep-Learning-101/) ⭐ 覺得不錯 👈
150
+ <h3>🧠 補腦專區:<a href="https://deep-learning-101.github.io/" target="_blank">Deep Learning 101</a></h3>
151
+
152
+ | 🔥 技術傳送門 (Tech Stack) | 📚 必讀心法 (Must Read) |
153
+ | :--- | :--- |
154
+ | 🤖 [**大語言模型 (LLM)**](https://deep-learning-101.github.io/Large-Language-Model) | 🏹 [**策略篇:企業入門策略**](https://deep-learning-101.github.io/Blog/AIBeginner) |
155
+ | 📝 [**自然語言處理 (NLP)**](https://deep-learning-101.github.io/Natural-Language-Processing) | 📊 [**評測篇:臺灣 LLM 分析**](https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark) |
156
+ | 👁️ [**電腦視覺 (CV)**](https://deep-learning-101.github.io//Computer-Vision) | 🛠️ [**實戰篇:打造高精準 RAG**](https://deep-learning-101.github.io/RAG) |
157
+ | 🎤 [**語音處理 (Speech)**](https://deep-learning-101.github.io/Speech-Processing) | 🕳️ [**避坑篇:AI Agent 開發陷阱**](https://deep-learning-101.github.io/agent) |
158
+ </div>
159
+ """)
160
+
161
  with gr.Row():
162
  with gr.Column():
163
  api_input = gr.Textbox(label="Google API Key", type="password", placeholder="貼上你的 Gemini API Key")