Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -67,6 +67,9 @@ def toggle_settings(event):
|
|
| 67 |
|
| 68 |
button4.param.watch(toggle_settings, 'value')
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
# Function to reset the main panel content to the initial content
|
| 71 |
def reset_main_panel(event):
|
| 72 |
global main_panel_content
|
|
|
|
| 67 |
|
| 68 |
button4.param.watch(toggle_settings, 'value')
|
| 69 |
|
| 70 |
+
# Variable to store the content of main_panel
|
| 71 |
+
main_panel_content = None
|
| 72 |
+
|
| 73 |
# Function to reset the main panel content to the initial content
|
| 74 |
def reset_main_panel(event):
|
| 75 |
global main_panel_content
|