Update app.py
Browse files
app.py
CHANGED
|
@@ -115,6 +115,6 @@ demo = gr.Interface(
|
|
| 115 |
fn=processar_pdf_universal,
|
| 116 |
inputs=[gr.File(label="Suba o PDF (Valores ou Variação)"), gr.Slider(1, 25, 5, label="Anos")],
|
| 117 |
outputs=[gr.File(label="Download"), gr.Textbox(label="Log")],
|
| 118 |
-
title="Extrator CUB-RS
|
| 119 |
)
|
| 120 |
demo.launch()
|
|
|
|
| 115 |
fn=processar_pdf_universal,
|
| 116 |
inputs=[gr.File(label="Suba o PDF (Valores ou Variação)"), gr.Slider(1, 25, 5, label="Anos")],
|
| 117 |
outputs=[gr.File(label="Download"), gr.Textbox(label="Log")],
|
| 118 |
+
title="🏗️ Extrator CUB-RS"
|
| 119 |
)
|
| 120 |
demo.launch()
|