Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,5 @@ def response(message, history):
|
|
50 |
|
51 |
# 建立 Gradio 聊天界面
|
52 |
gr.ChatInterface(response,
|
53 |
-
title='
|
54 |
textbox=gr.Textbox(placeholder="請輸入與求職面試相關的問題")).launch(share=True)
|
|
|
50 |
|
51 |
# 建立 Gradio 聊天界面
|
52 |
gr.ChatInterface(response,
|
53 |
+
title='公司面試小助手🤖✨',
|
54 |
textbox=gr.Textbox(placeholder="請輸入與求職面試相關的問題")).launch(share=True)
|