Spaces:
Sleeping
Sleeping
Ryan
commited on
Commit
·
f81bb08
1
Parent(s):
e04f213
update
Browse files
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
|
993 |
-
summary_status
|
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):
|