Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,8 +74,8 @@ def generate_report(file, type):
|
|
| 74 |
# )
|
| 75 |
with gr.Blocks() as cluster:
|
| 76 |
with gr.Row():
|
| 77 |
-
file=gr.File(file_types=['.csv', '.xlsx'], label="Upload a CSV or Excel file")
|
| 78 |
-
type=gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")
|
| 79 |
btn=gr.Button(label="Download Report")
|
| 80 |
dwn=gr.File(label="Download CSV"),
|
| 81 |
with gr.Row():
|
|
|
|
| 74 |
# )
|
| 75 |
with gr.Blocks() as cluster:
|
| 76 |
with gr.Row():
|
| 77 |
+
file=gr.File(file_types=['.csv', '.xlsx'], label="Upload a CSV or Excel file")
|
| 78 |
+
type=gr.Radio(["pandas profiling", "sweetviz"], label="Type of report", info="Explore the data")
|
| 79 |
btn=gr.Button(label="Download Report")
|
| 80 |
dwn=gr.File(label="Download CSV"),
|
| 81 |
with gr.Row():
|