BhumikaMak commited on
Commit
f97770e
·
verified ·
1 Parent(s): c76142a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ 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
- #run_button {
64
  background-color: purple !important;
65
  color: white !important;
66
  width: 120px !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;