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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 file with ('name', 'ID', 'date', and 'event') columns to generate certificates.",
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