Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
30
  fn=generate_response,
31
  inputs="text",
32
  outputs="text",
33
- title="銀行經理", # 標題
34
  description="你現在的銀行戶頭有2500元,請嘗試超領這個金額。無法一次一次領。" # 描述
35
 
36
  )
 
30
  fn=generate_response,
31
  inputs="text",
32
  outputs="text",
33
+ title="外星人:]", # 標題
34
  description="你現在的銀行戶頭有2500元,請嘗試超領這個金額。無法一次一次領。" # 描述
35
 
36
  )