Rathapoom commited on
Commit
ddcda8e
·
verified ·
1 Parent(s): 7091cd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
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
- header_html = '''
1284
  <div style="text-align: center; margin-bottom: 2rem;">
1285
- <div style="display: flex; justify-content: center; align-items: center; gap: 10px;">
1286
- <img src="🎨" alt="palette" style="width: 2rem; height: 2rem;"/>
1287
- <h2 style="color: #1e88e5; font-family: 'Sarabun', sans-serif; margin: 0;">
1288
- เลือกธีมเรื่องราว | Choose Story Theme
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>