saad-sust commited on
Commit
bc0c035
·
verified ·
1 Parent(s): 1e54dda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.markdown("""
9
  .stApp { background: linear-gradient(to bottom, #0f172a, #000000); color: white; }
10
  .stButton>button { width: 100%; border-radius: 20px; background: #3b82f6; color: white; }
11
  </style>
12
- """, unsafe_allow_safe=True)
13
 
14
  @st.cache_resource
15
  def load_engine():
 
9
  .stApp { background: linear-gradient(to bottom, #0f172a, #000000); color: white; }
10
  .stButton>button { width: 100%; border-radius: 20px; background: #3b82f6; color: white; }
11
  </style>
12
+ """, unsafe_allow_html=True)
13
 
14
  @st.cache_resource
15
  def load_engine():