nettaredam commited on
Commit
9dc0b42
·
verified ·
1 Parent(s): b80c7ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -6,15 +6,6 @@ import os
6
  # ✅ Configura layout
7
  st.set_page_config(page_title="Prompt Coach", layout="wide")
8
 
9
- # ✅ Logo Fluida centrato con stile
10
- st.markdown(
11
- '''
12
- <div style='text-align: center; padding: 10px; background-color: white;'>
13
- <img src='fluida-logo.png' width='160' style='border-radius: 20px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);'>
14
- </div>
15
- ''',
16
- unsafe_allow_html=True
17
- )
18
 
19
  # ✅ Titolo e sottotitolo in verde fluo
20
  st.markdown("<h1 style='text-align: center; color: #39FF14;'>🧠 Prompt Coach</h1>", unsafe_allow_html=True)
 
6
  # ✅ Configura layout
7
  st.set_page_config(page_title="Prompt Coach", layout="wide")
8
 
 
 
 
 
 
 
 
 
 
9
 
10
  # ✅ Titolo e sottotitolo in verde fluo
11
  st.markdown("<h1 style='text-align: center; color: #39FF14;'>🧠 Prompt Coach</h1>", unsafe_allow_html=True)