DeepLearning101 commited on
Commit
5930c83
·
verified ·
1 Parent(s): 83bfed1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -54,9 +54,8 @@ def handle_input(user_input):
54
  # Define Gradio interface
55
  user_input = gr.Textbox(label='歡迎問我加密貨幣交易所的各種疑難雜症')
56
  examples = [
57
- ["新台幣單筆入金有限額嗎?"],
58
- ["外國人要怎做身份認證?"],
59
- ["退款時間是多久?"]
60
  ]
61
 
62
  TITLE = """<h1 align="center">Large Language Model (LLM) Playground 💬 Cryptocurrency Exchange FAQ </h1>"""
 
54
  # Define Gradio interface
55
  user_input = gr.Textbox(label='歡迎問我加密貨幣交易所的各種疑難雜症')
56
  examples = [
57
+ ["新台幣出金到 Bankee 交易帳戶要多久?"],
58
+ ["銀行為何匯1元到我的帳戶??"]
 
59
  ]
60
 
61
  TITLE = """<h1 align="center">Large Language Model (LLM) Playground 💬 Cryptocurrency Exchange FAQ </h1>"""