Spaces:
Running
Running
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -283,7 +283,7 @@ class GradioUI:
|
|
283 |
[upload_file, file_uploads_log],
|
284 |
[upload_status, file_uploads_log],
|
285 |
)
|
286 |
-
text_input = gr.Textbox(lines=1, label="Chat Message", placeholder="궁금한 소식을 검색해보세요, 기사로 만들어드립니다. 예시:
|
287 |
text_input.submit(
|
288 |
self.log_user_message,
|
289 |
[text_input, file_uploads_log],
|
|
|
283 |
[upload_file, file_uploads_log],
|
284 |
[upload_status, file_uploads_log],
|
285 |
)
|
286 |
+
text_input = gr.Textbox(lines=1, label="Chat Message", placeholder="궁금한 소식을 검색해보세요, 기사로 만들어드립니다. 예시: 한준구 교사가 쓴 책의 제목")
|
287 |
text_input.submit(
|
288 |
self.log_user_message,
|
289 |
[text_input, file_uploads_log],
|