aliceblue11 commited on
Commit
f299b28
·
verified ·
1 Parent(s): 7e9dab8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -662,11 +662,7 @@ def create_interface():
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():
 
662
  placeholder="상품 정보를 자유롭게 입력하세요"
663
  )
664
 
665
+
 
 
 
 
666
 
667
  with gr.Column():
668
  with gr.Tabs():