Spaces:
Runtime error
Runtime error
Commit
·
e405859
1
Parent(s):
a820bd2
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
def generate_art(character_dropdown, seed_slider):
|
2 |
|
3 |
if character_dropdown == "NONE":
|
@@ -64,24 +67,20 @@ HTML_TEMPLATE = """
|
|
64 |
<p>Generate new dialogue for Shakespearean character by selecting character from dropdown.</p>
|
65 |
<div style="display: flex; justify-content: center; gap: 20px; margin-top: 20px;">
|
66 |
<div class="concept">
|
67 |
-
<img src="https://github.com/
|
68 |
-
<div class="concept-description">
|
69 |
-
</div>
|
70 |
-
<div class="concept">
|
71 |
-
<img src="https://github.com/Delve-ERAV1/S20/assets/11761529/54c9a61e-df9f-4054-835b-ec2c6ba5916c" alt="Juliet">
|
72 |
-
<div class="concept-description">Dreams Style</div>
|
73 |
</div>
|
74 |
<div class="concept">
|
75 |
-
<img src="https://github.com/
|
76 |
-
<div class="concept-description">
|
77 |
</div>
|
78 |
<div class="concept">
|
79 |
-
<img src="https://github.com/
|
80 |
-
<div class="concept-description">
|
81 |
</div>
|
82 |
<div class="concept">
|
83 |
-
<img src="https://github.com/
|
84 |
-
<div class="concept-description">
|
85 |
</div>
|
86 |
</div>
|
87 |
</div>
|
|
|
1 |
+
|
2 |
+
|
3 |
+
|
4 |
def generate_art(character_dropdown, seed_slider):
|
5 |
|
6 |
if character_dropdown == "NONE":
|
|
|
67 |
<p>Generate new dialogue for Shakespearean character by selecting character from dropdown.</p>
|
68 |
<div style="display: flex; justify-content: center; gap: 20px; margin-top: 20px;">
|
69 |
<div class="concept">
|
70 |
+
<img src="https://github.com/santule/evseq-exp-design-app/assets/20509836/6045f6fc-4d43-4481-9c02-630f34bef465" alt="Romeo">
|
71 |
+
<div class="concept-description">Romeo</div>
|
|
|
|
|
|
|
|
|
72 |
</div>
|
73 |
<div class="concept">
|
74 |
+
<img src="https://github.com/santule/evseq-exp-design-app/assets/20509836/614af361-8e71-43ae-a389-5acb90b06c97" alt="Juliet">
|
75 |
+
<div class="concept-description">Juliet</div>
|
76 |
</div>
|
77 |
<div class="concept">
|
78 |
+
<img src="https://github.com/santule/evseq-exp-design-app/assets/20509836/bd8abed3-fe27-476f-9aa0-d9b8aa17c1b5" alt="Shakespeare">
|
79 |
+
<div class="concept-description">Shakespeare</div>
|
80 |
</div>
|
81 |
<div class="concept">
|
82 |
+
<img src="https://github.com/santule/evseq-exp-design-app/assets/20509836/a1644c6d-4906-417f-b5cc-0114f89e5eea" alt="King Richard III">
|
83 |
+
<div class="concept-description">King Richard III</div>
|
84 |
</div>
|
85 |
</div>
|
86 |
</div>
|