Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ def respond(
|
|
96 |
demo = gr.ChatInterface(
|
97 |
respond,
|
98 |
title="My Chatbot",
|
99 |
-
description= "
|
100 |
additionalinputs=[
|
101 |
gr.extbox(value="""
|
102 |
๋น์ ์ ์ฑ๋ด์
๋๋ค. ๋ชจ๋ ์ง๋ฌธ์ ๋ํด ์น์ ํ๊ณ ์ ํํ ๋ต๋ณ์ ์ ๊ณตํ์ธ์.
|
|
|
96 |
demo = gr.ChatInterface(
|
97 |
respond,
|
98 |
title="My Chatbot",
|
99 |
+
description= "this is my chatbot!",
|
100 |
additionalinputs=[
|
101 |
gr.extbox(value="""
|
102 |
๋น์ ์ ์ฑ๋ด์
๋๋ค. ๋ชจ๋ ์ง๋ฌธ์ ๋ํด ์น์ ํ๊ณ ์ ํํ ๋ต๋ณ์ ์ ๊ณตํ์ธ์.
|