dev-yuje commited on
Commit
c9414cd
·
1 Parent(s): ff0395c

feat: 대화창 가이드 텍스트 및 전송 버튼 디자인 강화

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ theme_obj = gr.themes.Soft(
131
  interface_kwargs = {
132
  "fn": chat,
133
  "chatbot": gr.Chatbot(height=500),
134
- "textbox": gr.Textbox(container=False, scale=7),
135
  "title": "FinNode — AI 기업 트렌드 분석 챗봇",
136
  "description": (
137
  "> 최신 AI 뉴스를 기반으로 구축된 지식 그래프(GraphRAG)에서 답변합니다.\n\n"
 
131
  interface_kwargs = {
132
  "fn": chat,
133
  "chatbot": gr.Chatbot(height=500),
134
+ "textbox": gr.Textbox(placeholder="여기에 질문을 입력하고 Enter를 누르거나 우측의 전송 버튼을 클릭하세요...", submit_btn="🚀 전송", container=False, scale=7),
135
  "title": "FinNode — AI 기업 트렌드 분석 챗봇",
136
  "description": (
137
  "> 최신 AI 뉴스를 기반으로 구축된 지식 그래프(GraphRAG)에서 답변합니다.\n\n"