Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,6 +75,6 @@ gr.Interface(
|
|
| 75 |
fn=generate_insights,
|
| 76 |
inputs=gr.File(label="Upload Excel File (.xlsx)"),
|
| 77 |
outputs=gr.Textbox(label="Generated Insights",lines=15),
|
| 78 |
-
title="
|
| 79 |
description="Upload an Excel file and get data insights."
|
| 80 |
).launch()
|
|
|
|
| 75 |
fn=generate_insights,
|
| 76 |
inputs=gr.File(label="Upload Excel File (.xlsx)"),
|
| 77 |
outputs=gr.Textbox(label="Generated Insights",lines=15),
|
| 78 |
+
title="Insights Generator",
|
| 79 |
description="Upload an Excel file and get data insights."
|
| 80 |
).launch()
|