DavidSB commited on
Commit
d534a10
verified
1 Parent(s): e7c1c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -352,6 +352,10 @@ iface = gr.Interface(
352
  gr.File(label="Informa莽茫o T茅cnica - arquivo PDF"),
353
  gr.File(label="Hist贸rico das IT's - arquivo Excel"),
354
  ]
 
 
 
 
355
  )
356
 
357
  iface.launch(debug=True)
 
352
  gr.File(label="Informa莽茫o T茅cnica - arquivo PDF"),
353
  gr.File(label="Hist贸rico das IT's - arquivo Excel"),
354
  ]
355
+
356
+ title="<span style='color: gray; font-size: 50px;'>SEIC</span>",
357
+ description=f"""
358
+
359
  )
360
 
361
  iface.launch(debug=True)