umer70112254 commited on
Commit
e329f2e
·
1 Parent(s): 88c54be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ title = "OpenAPI Assistant API: " + llm.assistant.name
22
 
23
  if llm.assistant.description is None:
24
  model = llm.assistant.model
25
- description = f"このデモはOpenAPI Assistant APIのデモです。テキストボックスにテキストを入力すると、{model}モデルが応答します。"
26
  else:
27
  description = llm.assistant.description
28
 
 
22
 
23
  if llm.assistant.description is None:
24
  model = llm.assistant.model
25
+ description = f"This demo is OpenAPI Assistant API . When you enter text in the text box,{model} The model responds."
26
  else:
27
  description = llm.assistant.description
28