ccclllwww commited on
Commit
1ccbf4f
·
verified ·
1 Parent(s): eeb972c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -12
app.py CHANGED
@@ -220,17 +220,7 @@ st.set_page_config(
220
 
221
  # Custom CSS styling for child-friendly interface
222
  st.markdown("""
223
- <style>
224
- /* Primary title styling */
225
- .main-title {
226
- color: #E91E63;
227
- font-size: 7rem; /* Increased title size */
228
- text-align: center;
229
- padding: 30px;
230
- text-shadow: 2px 2px #FFC107;
231
- margin-bottom: 2rem;
232
- }
233
-
234
  /* Prompt buttons styling */
235
  .prompt-btn {
236
  background: #4CAF50 !important;
@@ -269,7 +259,7 @@ st.markdown("""
269
  # ======================================
270
  # Main Application Interface
271
  # ======================================
272
- st.markdown('<p class="main-title">🧚 Welcome to Magic Story Maker!</p>', unsafe_allow_html=True)
273
 
274
  # File upload section
275
  with st.container():
 
220
 
221
  # Custom CSS styling for child-friendly interface
222
  st.markdown("""
223
+ <style>
 
 
 
 
 
 
 
 
 
 
224
  /* Prompt buttons styling */
225
  .prompt-btn {
226
  background: #4CAF50 !important;
 
259
  # ======================================
260
  # Main Application Interface
261
  # ======================================
262
+ st.title("🧚 Welcome to Magic Story Maker!")
263
 
264
  # File upload section
265
  with st.container():