DeepLearning101 commited on
Commit
8f8d986
·
verified ·
1 Parent(s): a571fbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -7
app.py CHANGED
@@ -287,21 +287,27 @@ def comp_init(): d = load_data(COMP_SAVE_FILE); return d, comp_format_df(d, d)
287
 
288
  # --- UI Layout ---
289
 
290
- with gr.Blocks(title="404 產學導航系統", theme=gr.themes.Soft()) as demo:
291
 
292
  gr.Markdown("""
293
  <div align="center">
294
 
295
- # 🚀 404 產學導航 (Prof.404 + Com.404)
 
 
296
 
297
- [![Hugging Face](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/DeepLearning101/Prof.404)
298
- [![GitHub](https://img.shields.io/badge/GitHub-Repo-black)](https://github.com/Deep-Learning-101/prof-404)
299
- [![Powered by](https://img.shields.io/badge/Powered%20by-Gemini%202.0%20Flash-4285F4?logo=google)](https://deepmind.google/technologies/gemini/)
300
 
301
- **產學雙棲、研究導航、商業徵信,你的全方位 AI 顧問**
302
- <span style="font-size: 0.8em; color: gray;">(支援雲端同步 | 教授與公司資料分開儲存)</span>
 
 
 
 
303
  </div>
304
  """)
 
305
 
306
  with gr.Tabs():
307
 
 
287
 
288
  # --- UI Layout ---
289
 
290
+ with gr.Blocks(title="Prof.404.Com 產學導航系統", theme=gr.themes.Soft()) as demo:
291
 
292
  gr.Markdown("""
293
  <div align="center">
294
 
295
+ # 🚀 Prof.404.Com 產學導航系統 (🎓 Prof.404 - 教授去哪兒? + 🏢 Com.404 - 公司去那兒?)
296
+ **學術研究啟程的導航系統,拒絕當科研路上的無頭蒼蠅** | **產業導航、公司徵信、AI 諮詢,拒絕當求職與合作的無頭蒼蠅 🪰**
297
+ **API Rate limits 是 RPD 20,故建議自行 Fork使用** | **產學雙棲、研究導航、商業徵信,你的全方位 AI 顧問**
298
 
299
+ 👉 歡迎 Star [GitHub](https://github.com/Deep-Learning-101/) ⭐ 覺得不錯 👈
300
+ <h3>🧠 補腦專區:<a href="https://deep-learning-101.github.io/" target="_blank">Deep Learning 101</a></h3>
 
301
 
302
+ | 🔥 技術傳送門 (Tech Stack) | 📚 必讀心法 (Must Read) |
303
+ | :--- | :--- |
304
+ | 🤖 [**大語言模型 (LLM)**](https://deep-learning-101.github.io/Large-Language-Model) | 🏹 [**策略篇:企業入門策略**](https://deep-learning-101.github.io/Blog/AIBeginner) |
305
+ | 📝 [**自然語言處理 (NLP)**](https://deep-learning-101.github.io/Natural-Language-Processing) | 📊 [**評測篇:臺灣 LLM 分析**](https://deep-learning-101.github.io/Blog/TW-LLM-Benchmark) |
306
+ | 👁️ [**電腦視覺 (CV)**](https://deep-learning-101.github.io//Computer-Vision) | 🛠️ [**實戰篇:打造高精準 RAG**](https://deep-learning-101.github.io/RAG) |
307
+ | 🎤 [**語音處理 (Speech)**](https://deep-learning-101.github.io/Speech-Processing) | 🕳️ [**避坑篇:AI Agent 開發陷阱**](https://deep-learning-101.github.io/agent) |
308
  </div>
309
  """)
310
+
311
 
312
  with gr.Tabs():
313