kshitijthakkar commited on
Commit
45062ea
·
1 Parent(s): 78e1113
Files changed (1) hide show
  1. outage_odyssey_ui.py +1 -1
outage_odyssey_ui.py CHANGED
@@ -719,7 +719,7 @@ Actions taken: Rolled back changes, investigating access controls"""
719
  with gr.Group():
720
  gr.Markdown("### 📁 **Upload Incident Files**", elem_classes="panel")
721
  upload_file = gr.File(
722
- label="Upload incident reports, logs, or documentation. Supported formats include: (.pdf", ".docx", ".txt", ".json", ".log", ".csv", ".xlsx)",
723
  file_types=[".pdf", ".docx", ".txt", ".json", ".log", ".csv", ".xlsx"]
724
  )
725
  upload_status = gr.Textbox(label="Upload Status", interactive=False, visible=False)
 
719
  with gr.Group():
720
  gr.Markdown("### 📁 **Upload Incident Files**", elem_classes="panel")
721
  upload_file = gr.File(
722
+ label="Upload incident reports, logs, or documentation. Supported formats include: (.pdf, .docx, .txt, .json, .log, .csv, .xlsx)",
723
  file_types=[".pdf", ".docx", ".txt", ".json", ".log", ".csv", ".xlsx"]
724
  )
725
  upload_status = gr.Textbox(label="Upload Status", interactive=False, visible=False)