EasySci commited on
Commit
9e620e2
·
1 Parent(s): 27245c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ template = pn.template.FastListTemplate(
116
  )
117
 
118
 
119
- def run_code():
120
  # Add your desired Python code here
121
  # For example, let's print "Hello, Panel!" when the button is clicked
122
  print("Hello, Panel!")
 
116
  )
117
 
118
 
119
+ def run_code(event):
120
  # Add your desired Python code here
121
  # For example, let's print "Hello, Panel!" when the button is clicked
122
  print("Hello, Panel!")