Update app.py
Browse files
app.py
CHANGED
@@ -1280,14 +1280,12 @@ def show_level_selection():
|
|
1280 |
def show_theme_selection():
|
1281 |
"""Display theme selection interface"""
|
1282 |
# Header section
|
1283 |
-
|
1284 |
<div style="text-align: center; margin-bottom: 2rem;">
|
1285 |
-
<
|
1286 |
-
<
|
1287 |
-
<
|
1288 |
-
|
1289 |
-
</h2>
|
1290 |
-
</div>
|
1291 |
<p style="color: #666; max-width: 600px; margin: 1rem auto 0;">
|
1292 |
เลือกโลกแห่งจินตนาการที่คุณต้องการผจญภัย และเริ่มต้นเขียนเรื่องราวของคุณ
|
1293 |
</p>
|
|
|
1280 |
def show_theme_selection():
|
1281 |
"""Display theme selection interface"""
|
1282 |
# Header section
|
1283 |
+
header_html = '''
|
1284 |
<div style="text-align: center; margin-bottom: 2rem;">
|
1285 |
+
<h2 style="color: #1e88e5; font-family: 'Sarabun', sans-serif; margin: 0; display: flex; align-items: center; justify-content: center; gap: 8px;">
|
1286 |
+
<span style="font-size: 1.5em;">🎨</span>
|
1287 |
+
<span>เลือกธีมเรื่องราว | Choose Story Theme</span>
|
1288 |
+
</h2>
|
|
|
|
|
1289 |
<p style="color: #666; max-width: 600px; margin: 1rem auto 0;">
|
1290 |
เลือกโลกแห่งจินตนาการที่คุณต้องการผจญภัย และเริ่มต้นเขียนเรื่องราวของคุณ
|
1291 |
</p>
|