gehnew commited on
Commit
f497f40
·
verified ·
1 Parent(s): 38469f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -500,7 +500,7 @@ with gr.Blocks(css=custom_css,title='我的履歷') as resume_app:# title可以
500
  resume_QA,
501
  chatbot=gr.Chatbot(height=400, elem_classes="custom-chatbot",avatar_images=avatar_images),
502
  textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
503
- examples=["有參與過那些專案?", "有哪些證照或是技能?", "有什麼特殊經歷?","貨車車牌辨識在做什麼?","會使用python嗎?"],
504
  cache_examples=True,
505
  retry_btn="Retry",
506
  undo_btn="Delete Previous",
 
500
  resume_QA,
501
  chatbot=gr.Chatbot(height=400, elem_classes="custom-chatbot",avatar_images=avatar_images),
502
  textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
503
+ examples=["有參與過那些專案?", "有哪些證照或是技能?", "有什麼特殊經歷?","貨車車牌辨識適用什麼技術做的?","會使用python嗎?"],
504
  cache_examples=True,
505
  retry_btn="Retry",
506
  undo_btn="Delete Previous",