Spaces:
Running
Running
rmayormartins
commited on
Commit
·
6de29de
1
Parent(s):
bb5b277
app.py
CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(title="C/Cpp-Inspector") as demo:
|
|
300 |
file_input = gr.File(label="Arquivos C/C++", file_types=[".c", ".cpp", ".h", ".hpp"], file_count="multiple")
|
301 |
analyze_button = gr.Button("Analisar Arquivos")
|
302 |
|
303 |
-
gr.Markdown("## Resultados da Análise
|
304 |
|
305 |
with gr.Tabs():
|
306 |
with gr.TabItem("📁 Informações do Arquivo"):
|
|
|
300 |
file_input = gr.File(label="Arquivos C/C++", file_types=[".c", ".cpp", ".h", ".hpp"], file_count="multiple")
|
301 |
analyze_button = gr.Button("Analisar Arquivos")
|
302 |
|
303 |
+
gr.Markdown("## Resultados da Análise")
|
304 |
|
305 |
with gr.Tabs():
|
306 |
with gr.TabItem("📁 Informações do Arquivo"):
|