kshitijthakkar
commited on
Commit
·
45062ea
1
Parent(s):
78e1113
typo fix
Browse files- 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
|
| 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)
|