tsengiii commited on
Commit
8eeae86
·
verified ·
1 Parent(s): d1844cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ def response(message, history):
50
 
51
  # 建立 Gradio 聊天界面
52
  gr.ChatInterface(response,
53
- title='Gemini Chat - 瑞昱面試小助手🦀',
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)