Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ demo = gr.ChatInterface(
|
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
90 |
label="Query Input",
|
91 |
-
placeholder="
|
92 |
),
|
93 |
stop_btn="Stop Generation",
|
94 |
multimodal=False,
|
|
|
88 |
fill_height=True,
|
89 |
textbox=gr.Textbox(
|
90 |
label="Query Input",
|
91 |
+
placeholder="질문을 입력하고 리턴 키를 누르세요"
|
92 |
),
|
93 |
stop_btn="Stop Generation",
|
94 |
multimodal=False,
|