Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1133,7 +1133,8 @@ with gr.Blocks(theme=gr.themes.Monochrome(primary_hue="yellow", secondary_hue="y
|
|
1133 |
with gr.Row():
|
1134 |
with gr.Column():
|
1135 |
with gr.Row():
|
1136 |
-
inp_1 = gr.File(label="Upload planilha (MODELO)", type="file", scale=1, height=100)
|
|
|
1137 |
#inp_2 = gr.File(label="Upload planilha (AVALIANDO)", type="file", scale=1, height=100)
|
1138 |
button = gr.Button("Calcular")
|
1139 |
|
|
|
1133 |
with gr.Row():
|
1134 |
with gr.Column():
|
1135 |
with gr.Row():
|
1136 |
+
#inp_1 = gr.File(label="Upload planilha (MODELO)", type="file", scale=1, height=100)
|
1137 |
+
inp_1 = gr.File(label="Upload planilha (MODELO)", type="filepath", scale=1, height=100)
|
1138 |
#inp_2 = gr.File(label="Upload planilha (AVALIANDO)", type="file", scale=1, height=100)
|
1139 |
button = gr.Button("Calcular")
|
1140 |
|