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