DeepLearning101 commited on
Commit
c404dda
·
verified ·
1 Parent(s): e9d86b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -56,9 +56,10 @@ def handle_input(user_input):
56
  user_input = gr.Textbox(label='歡迎問我加密貨幣交易所的各種疑難雜症')
57
  examples = [
58
  ["MAX 帳號刪除關戶後,又重新註冊 MAX 後要怎辦?"],
59
- ["開通約定帳號"],
60
- ["客服專線?"],
61
- ["客服信箱?"]
 
62
  ]
63
 
64
  TITLE = """<h1 align="center">Large Language Model (LLM) Playground 💬 <a href='https://support.maicoin.com/zh-TW/support/home' target='_blank'>Cryptocurrency Exchange FAQ</a></h1>"""
 
56
  user_input = gr.Textbox(label='歡迎問我加密貨幣交易所的各種疑難雜症')
57
  examples = [
58
  ["MAX 帳號刪除關戶後,又重新註冊 MAX 後要怎辦?"],
59
+ ["手機APP怎麼操作掛單交易?"]
60
+ ["我要怎樣提高交易額度?"],
61
+ ["新台幣入金要怎操作"],
62
+ ["有客服專線或客服信箱嗎?"]
63
  ]
64
 
65
  TITLE = """<h1 align="center">Large Language Model (LLM) Playground 💬 <a href='https://support.maicoin.com/zh-TW/support/home' target='_blank'>Cryptocurrency Exchange FAQ</a></h1>"""