EasySci commited on
Commit
93fbcaa
·
1 Parent(s): 9e620e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ template = pn.template.FastListTemplate(
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!")
123
 
124
 
125
  # Attach the function to the button's on_click event
 
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!", flush = True)
123
 
124
 
125
  # Attach the function to the button's on_click event