Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
|
|
3 |
import numpy as np
|
4 |
import gradio as gr
|
5 |
from gradio import outputs
|
6 |
-
import gradio.components
|
7 |
from gradio import Interface
|
8 |
import xlsxwriter
|
9 |
|
@@ -393,10 +393,10 @@ interface = gr.Interface(
|
|
393 |
gr.inputs.File(label="Upload planilha", type="file"),
|
394 |
],
|
395 |
outputs=[
|
396 |
-
gr.
|
397 |
-
gr.
|
398 |
-
gr.
|
399 |
-
gr.
|
400 |
|
401 |
],
|
402 |
live=True,
|
|
|
3 |
import numpy as np
|
4 |
import gradio as gr
|
5 |
from gradio import outputs
|
6 |
+
import gradio.components
|
7 |
from gradio import Interface
|
8 |
import xlsxwriter
|
9 |
|
|
|
393 |
gr.inputs.File(label="Upload planilha", type="file"),
|
394 |
],
|
395 |
outputs=[
|
396 |
+
gr.components.File(label="Download planilha"),
|
397 |
+
gr.components.Textbox(label="Resultados estatísticos"),
|
398 |
+
gr.components.Textbox(label="Intervalo de confiança de 80%"),
|
399 |
+
gr.components.Textbox(label="Valores Calculados"),
|
400 |
|
401 |
],
|
402 |
live=True,
|