Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import boxes_2025
|
|
| 6 |
import convert
|
| 7 |
#import equiv
|
| 8 |
|
| 9 |
-
bloco = gr.Blocks(
|
| 10 |
|
| 11 |
with bloco:
|
| 12 |
with gr.Tabs():
|
|
@@ -47,4 +47,4 @@ with bloco:
|
|
| 47 |
#gr.File(label="Hist贸rico das IT's - arquivo Excel"),]
|
| 48 |
#text_button.click(equiv.calculate_equivalent, inputs=inputs, outputs=outputs)
|
| 49 |
|
| 50 |
-
bloco.launch()
|
|
|
|
| 6 |
import convert
|
| 7 |
#import equiv
|
| 8 |
|
| 9 |
+
bloco = gr.Blocks()
|
| 10 |
|
| 11 |
with bloco:
|
| 12 |
with gr.Tabs():
|
|
|
|
| 47 |
#gr.File(label="Hist贸rico das IT's - arquivo Excel"),]
|
| 48 |
#text_button.click(equiv.calculate_equivalent, inputs=inputs, outputs=outputs)
|
| 49 |
|
| 50 |
+
bloco.launch(theme=gr.themes.Monochrome())
|