nettaredam commited on
Commit
14782eb
·
verified ·
1 Parent(s): 258e46b

Update app.py

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