Spaces:
Sleeping
Sleeping
update: css
Browse files
app.py
CHANGED
@@ -60,21 +60,21 @@ def view_model(selected_models):
|
|
60 |
return netron_html if netron_html else "<p>No valid models selected for visualization.</p>"
|
61 |
|
62 |
custom_css = """
|
63 |
-
|
64 |
background-color: purple !important;
|
65 |
color: white !important;
|
66 |
width: 120px !important;
|
67 |
border-radius: 5px !important;
|
68 |
font-size: 14px !important;
|
69 |
}
|
70 |
-
|
71 |
margin: 0 !important;
|
72 |
padding: 0 !important;
|
73 |
height: fit-content !important;
|
74 |
display: flex !important;
|
75 |
justify-content: center !important;
|
76 |
}
|
77 |
-
|
78 |
color: blue !important;
|
79 |
font-size: 32px !important;
|
80 |
font-weight: bold !important;
|
|
|
60 |
return netron_html if netron_html else "<p>No valid models selected for visualization.</p>"
|
61 |
|
62 |
custom_css = """
|
63 |
+
#run_button {
|
64 |
background-color: purple !important;
|
65 |
color: white !important;
|
66 |
width: 120px !important;
|
67 |
border-radius: 5px !important;
|
68 |
font-size: 14px !important;
|
69 |
}
|
70 |
+
#custom-row {
|
71 |
margin: 0 !important;
|
72 |
padding: 0 !important;
|
73 |
height: fit-content !important;
|
74 |
display: flex !important;
|
75 |
justify-content: center !important;
|
76 |
}
|
77 |
+
#highlighted-text {
|
78 |
color: blue !important;
|
79 |
font-size: 32px !important;
|
80 |
font-weight: bold !important;
|