Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ iface = gr.Interface(
|
|
234 |
fn=process_input, # 處理函數
|
235 |
inputs="text", # 使用者輸入類型
|
236 |
outputs="text", # 輸出類型
|
237 |
-
title="
|
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 |
|