Spaces:
Sleeping
Sleeping
SarahMarzouq
commited on
Commit
•
48b280c
1
Parent(s):
43c4a6e
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ Excel_gradio = gr.Interface(
|
|
46 |
fn=generate_certificates,
|
47 |
inputs=gr.File(label="Upload Excel File"),
|
48 |
title="Certificate Generator",
|
49 |
-
description="Upload an Excel
|
50 |
outputs="gallery"
|
51 |
)
|
52 |
|
|
|
46 |
fn=generate_certificates,
|
47 |
inputs=gr.File(label="Upload Excel File"),
|
48 |
title="Certificate Generator",
|
49 |
+
description="Upload an Excel File with ('name', 'ID', 'date', and 'event') Columns to Generate Certificates",
|
50 |
outputs="gallery"
|
51 |
)
|
52 |
|