Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ iframe {
|
|
| 49 |
"""
|
| 50 |
|
| 51 |
# 환경 변수에서 URL 불러오기
|
| 52 |
-
cburl =
|
| 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):
|