Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|