tsengiii commited on
Commit
2822e0e
·
verified ·
1 Parent(s): b63087a

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='大立光公司面試小助手🤖✨',
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)