Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -348,7 +348,7 @@ def create_interface():
|
|
348 |
summary_output = gr.HTML(
|
349 |
label="Analysis Summary",
|
350 |
value="<p style='color: #1f2937;'>Upload a file and click 'Analyze Chat History' to see results.</p>",
|
351 |
-
elem_id="summary_output" # Add an element ID for easier debugging
|
352 |
|
353 |
with gr.Row():
|
354 |
with gr.Column():
|
|
|
348 |
summary_output = gr.HTML(
|
349 |
label="Analysis Summary",
|
350 |
value="<p style='color: #1f2937;'>Upload a file and click 'Analyze Chat History' to see results.</p>",
|
351 |
+
elem_id="summary_output") # Add an element ID for easier debugging
|
352 |
|
353 |
with gr.Row():
|
354 |
with gr.Column():
|