openfree commited on
Commit
959e481
ยท
verified ยท
1 Parent(s): cd1cf47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -1119,21 +1119,21 @@ with gr.Blocks(
1119
  # 15๊ฐœ ํƒญ ์ƒ์„ฑ
1120
  with gr.Tabs(elem_classes="tab-nav"):
1121
  theories = [
1122
- ("๐ŸŸฆ Square", "square"),
1123
- ("๐Ÿ”€ Conceptual", "blending"),
1124
- ("๐Ÿ”Š Sound", "sound"),
1125
- ("๐ŸŒ Linguistic", "linguistic"),
1126
- ("๐ŸŽญ Archetype", "archetype"),
1127
- ("โœ… Jobs-to", "jobs"),
1128
- ("๐Ÿ”ง SCAMPER", "scamper"),
1129
- ("๐Ÿ’ญ Design", "design"),
1130
- ("๐ŸŒฟ Biomimicry", "biomimicry"),
1131
- ("๐Ÿง  Cognitive", "cognitive"),
1132
- ("โšก Von", "vonrestorff"),
1133
- ("๐ŸŒ Network", "network"),
1134
- ("๐Ÿงฌ Memetics", "memetics"),
1135
- ("๐ŸŽจ Color", "color"),
1136
- ("๐Ÿ‘๏ธ Gestalt", "gestalt")
1137
  ]
1138
 
1139
  for tab_name, theory_key in theories:
 
1119
  # 15๊ฐœ ํƒญ ์ƒ์„ฑ
1120
  with gr.Tabs(elem_classes="tab-nav"):
1121
  theories = [
1122
+ ("๐ŸŸฆ", "square"),
1123
+ ("๐Ÿ”€", "blending"),
1124
+ ("๐Ÿ”Š", "sound"),
1125
+ ("๐ŸŒ", "linguistic"),
1126
+ ("๐ŸŽญ", "archetype"),
1127
+ ("โœ…", "jobs"),
1128
+ ("๐Ÿ”ง", "scamper"),
1129
+ ("๐Ÿ’ญ", "design"),
1130
+ ("๐ŸŒฟ", "biomimicry"),
1131
+ ("๐Ÿง ", "cognitive"),
1132
+ ("โšก", "vonrestorff"),
1133
+ ("๐ŸŒ", "network"),
1134
+ ("๐Ÿงฌ", "memetics"),
1135
+ ("๐ŸŽจ", "color"),
1136
+ ("๐Ÿ‘๏ธ", "gestalt")
1137
  ]
1138
 
1139
  for tab_name, theory_key in theories: