Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -311,11 +311,28 @@ def create_nexus_interface():
|
|
311 |
transition: all 0.3s ease !important;
|
312 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
|
313 |
margin: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
314 |
margin-left: 10px;
|
315 |
margin-right: 10px;
|
316 |
}
|
317 |
|
318 |
-
.primary-
|
319 |
transform: translateY(-2px) !important;
|
320 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
|
321 |
}
|
@@ -421,7 +438,7 @@ def create_nexus_interface():
|
|
421 |
"Initialize API Key",
|
422 |
variant="primary",
|
423 |
scale=1,
|
424 |
-
elem_classes=["primary-
|
425 |
)
|
426 |
|
427 |
api_key_status = gr.Textbox(
|
|
|
311 |
transition: all 0.3s ease !important;
|
312 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
|
313 |
margin: auto;
|
314 |
+
}
|
315 |
+
|
316 |
+
.primary-button:hover {
|
317 |
+
transform: translateY(-2px) !important;
|
318 |
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
|
319 |
+
}
|
320 |
+
|
321 |
+
.primary-button2 {
|
322 |
+
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
|
323 |
+
border: none !important;
|
324 |
+
color: white !important;
|
325 |
+
font-weight: 600 !important;
|
326 |
+
border-radius: 8px !important;
|
327 |
+
padding: 12px 24px !important;
|
328 |
+
transition: all 0.3s ease !important;
|
329 |
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
|
330 |
+
margin: auto;
|
331 |
margin-left: 10px;
|
332 |
margin-right: 10px;
|
333 |
}
|
334 |
|
335 |
+
.primary-button2:hover {
|
336 |
transform: translateY(-2px) !important;
|
337 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
|
338 |
}
|
|
|
438 |
"Initialize API Key",
|
439 |
variant="primary",
|
440 |
scale=1,
|
441 |
+
elem_classes=["primary-button2"]
|
442 |
)
|
443 |
|
444 |
api_key_status = gr.Textbox(
|