fantos commited on
Commit
00ea6e2
·
verified ·
1 Parent(s): 14eaea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ iframe {
49
  """
50
 
51
  # 환경 변수에서 URL 불러오기
52
- cburl = os.getenv("cburl", "default_url_if_not_set")
53
 
54
  # 입력된 텍스트를 처리하는 함수
55
  def process_result(input_text):
 
49
  """
50
 
51
  # 환경 변수에서 URL 불러오기
52
+ cburl = "https://www.chatbase.co/chatbot-iframe/100-daum-net-eurma-q2o"
53
 
54
  # 입력된 텍스트를 처리하는 함수
55
  def process_result(input_text):