Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 🎓 開箱教授去哪兒? (
|
| 278 |
|
| 279 |
with gr.Row():
|
| 280 |
-
search_input = gr.Textbox(label="搜尋研究領域", placeholder="例如:
|
| 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():
|