EasySci commited on
Commit
bd0dd21
·
1 Parent(s): 1edc318

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +3 -0
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