WIP - Streamlit UI, firecrawl - V0.5

This commit is contained in:
ajaysi
2024-06-12 22:46:41 +05:30
parent bebca6612d
commit 8dfcb1f536
8 changed files with 60 additions and 71711 deletions

File diff suppressed because one or more lines are too long

View File

@@ -95,7 +95,7 @@ input[type="text"] {
}
/* Custom button styling */
button {
div.stButton > button:first-child {
background: #1565C0; /* Match tab color */
color: white;
border: none;
@@ -112,8 +112,8 @@ button {
font-weight: bold;
}
button:hover {
background-color: #1976D2; /* Match tab hover color */
div.stButton > button:hover:first-child {
background-color: #1976A2; /* Match tab hover color */
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 855 KiB