Ryan commited on
Commit
f81bb08
·
1 Parent(s): e04f213
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -989,8 +989,8 @@ def create_app():
989
 
990
  with gr.Column(scale=3):
991
  # Make the previously hidden summary components visible in this tab
992
- summary_content.update(visible=True, label="Summary Content")
993
- summary_status.update(visible=True, value="*No summary loaded*")
994
 
995
  # Function to load summary content from file or user analysis
996
  def load_summary_content(file_name, user_log):
 
989
 
990
  with gr.Column(scale=3):
991
  # Make the previously hidden summary components visible in this tab
992
+ summary_content(visible=True, label="Summary Content")
993
+ summary_status(visible=True, value="*No summary loaded*")
994
 
995
  # Function to load summary content from file or user analysis
996
  def load_summary_content(file_name, user_log):