Spaces:
Running
on
Zero
Running
on
Zero
- scripts/survey.py +1 -1
scripts/survey.py
CHANGED
@@ -178,7 +178,7 @@ script = """
|
|
178 |
"""
|
179 |
|
180 |
# Google Apps ScriptのURL
|
181 |
-
feedback_script_url =
|
182 |
|
183 |
# 画像生成パラメータ
|
184 |
def generate_image(mode, weight1, weight2):
|
|
|
178 |
"""
|
179 |
|
180 |
# Google Apps ScriptのURL
|
181 |
+
feedback_script_url = os.environ["FEEDBACK_SCRIPT_URL"]
|
182 |
|
183 |
# 画像生成パラメータ
|
184 |
def generate_image(mode, weight1, weight2):
|