Ryan commited on
Commit
e04f213
·
1 Parent(s): 7688cbd
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -989,10 +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.visible = True
993
- summary_status.visible = True
994
-
995
- summary_status = gr.Markdown("*No summary loaded*")
996
 
997
  # Function to load summary content from file or user analysis
998
  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.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):