JessyNTHUELEBC commited on
Commit
347e9cb
·
verified ·
1 Parent(s): f75d2d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ iface = gr.Interface(
234
  fn=process_input, # 處理函數
235
  inputs="text", # 使用者輸入類型
236
  outputs="text", # 輸出類型
237
- title="ELEBC華城充電樁chatbot", # 介面標題
238
  description="Input your question, i answer." # 介面描述
239
  )
240
 
 
234
  fn=process_input, # 處理函數
235
  inputs="text", # 使用者輸入類型
236
  outputs="text", # 輸出類型
237
+ title="GRESB chatbot", # 介面標題
238
  description="Input your question, i answer." # 介面描述
239
  )
240