DeepLearning101 commited on
Commit
154e7ea
·
verified ·
1 Parent(s): 688ca01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -272,12 +272,12 @@ with gr.Blocks(title="Prof.404 開箱教授去哪兒?", theme=gr.themes.Soft()
272
  saved_state = gr.State(load_data())
273
  search_res_state = gr.State([])
274
  selected_prof_state = gr.State(None)
275
-
276
  # 🌟 頁面大標題也一併修正
277
- gr.Markdown("# Prof.404 🎓 開箱教授去哪兒? (Gradio Edition)")
278
 
279
  with gr.Row():
280
- search_input = gr.Textbox(label="搜尋研究領域", placeholder="例如: LLM, 量子計算...", scale=4)
281
  search_btn = gr.Button("🔍 搜尋", variant="primary", scale=1)
282
 
283
  with gr.Row():
 
272
  saved_state = gr.State(load_data())
273
  search_res_state = gr.State([])
274
  selected_prof_state = gr.State(None)
275
+
276
  # 🌟 頁面大標題也一併修正
277
+ gr.Markdown("# Prof.404 🎓 開箱教授去哪兒? (請自行 Fork 使用)")
278
 
279
  with gr.Row():
280
+ search_input = gr.Textbox(label="搜尋研究領域", placeholder="例如: 大型語言模型, 後量子密碼遷移...", scale=4)
281
  search_btn = gr.Button("🔍 搜尋", variant="primary", scale=1)
282
 
283
  with gr.Row():