pradipraut737 commited on
Commit
de75819
·
verified ·
1 Parent(s): 8324f0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="AI Insights Generator",
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()