yoon-gu commited on
Commit
f647d10
ยท
verified ยท
1 Parent(s): 757bf39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -79,11 +79,12 @@ def generate_response(message, history):
79
  response[-1].metadata["status"] = "done"
80
  response.append(ChatMessage(content=node_chunk['messages'][-1].content))
81
  yield response
 
82
  demo = gr.ChatInterface(
83
  generate_response,
84
  type="messages",
85
  title="Nested Thoughts Chat Interface",
86
- examples=["2024๋…„์˜ the combined headcount of the FAANG companies์ˆ˜์น˜์— ๋Œ€ํ•œ ๋ถ„์„์„ ํ•œ๊ตญ์–ด๋กœ ๋ถ€ํƒํ•ด!"]
87
  )
88
 
89
  if __name__ == "__main__":
 
79
  response[-1].metadata["status"] = "done"
80
  response.append(ChatMessage(content=node_chunk['messages'][-1].content))
81
  yield response
82
+
83
  demo = gr.ChatInterface(
84
  generate_response,
85
  type="messages",
86
  title="Nested Thoughts Chat Interface",
87
+ examples=["2024๋…„์˜ the FAANG companies ์ด ๊ทผ๋กœ์ž๊ทœ๋ชจ์— ๋Œ€ํ•œ ๋ถ„์„์„ ํ•œ๊ตญ์–ด๋กœ ๋ถ€ํƒํ•ด!"]
88
  )
89
 
90
  if __name__ == "__main__":