SarahMarzouq commited on
Commit
f05ecf5
1 Parent(s): 48b280c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Certificate Generator",
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
  )