Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|