aliceblue11 commited on
Commit
5216ce6
·
verified ·
1 Parent(s): f299b28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -662,7 +662,11 @@ def create_interface():
662
  placeholder="상품 정보를 자유롭게 입력하세요"
663
  )
664
 
665
-
 
 
 
 
666
 
667
  with gr.Column():
668
  with gr.Tabs():
 
662
  placeholder="상품 정보를 자유롭게 입력하세요"
663
  )
664
 
665
+ gr.Markdown("## 📞 연락처")
666
+ phone_number = gr.Textbox(label="고객센터", value="1544-1234")
667
+ kakao_id = gr.Textbox(label="카카오톡 ID", value="company_kakao")
668
+
669
+ generate_event_btn = gr.Button("✨ 이벤트 생성하기", variant="primary")
670
 
671
  with gr.Column():
672
  with gr.Tabs():