Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
""",
|
| 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():
|