EasySci commited on
Commit
2320b12
·
1 Parent(s): 2598638

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -168,7 +168,7 @@ css_style = """
168
  """
169
 
170
  # Add the CSS style to the template
171
- template.add_panel_css(css_style)
172
 
173
  # Run the app
174
  template.servable()
 
168
  """
169
 
170
  # Add the CSS style to the template
171
+ template.add_html(css_style)
172
 
173
  # Run the app
174
  template.servable()