SamanthaStorm commited on
Commit
355874d
·
verified ·
1 Parent(s): 6aad389

Update app.py

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