Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ src='' # URL parameter to change the iframe url
|
|
9 |
|
10 |
def SetIframeURL(option_selected):
|
11 |
if (option_selected=='Collager'):
|
12 |
-
src='https://www.artbreeder.com/
|
13 |
if (option_selected=='Midjourney'):
|
14 |
src='https://www.midjourney.com/app/users/779773261440614430/'
|
15 |
if (option_selected=='DreamStudio'):
|
|
|
9 |
|
10 |
def SetIframeURL(option_selected):
|
11 |
if (option_selected=='Collager'):
|
12 |
+
src='https://www.artbreeder.com/'
|
13 |
if (option_selected=='Midjourney'):
|
14 |
src='https://www.midjourney.com/app/users/779773261440614430/'
|
15 |
if (option_selected=='DreamStudio'):
|