Abid Ali Awan commited on
Commit
51f16bd
·
1 Parent(s): 47d1b23

refactor: Update data analysis report format in Gradio application to use bullet points for key insights, enhancing clarity and readability in user interactions.

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -71,16 +71,8 @@ Your reply must be:
71
 
72
  Always reply in this Markdown structure, omitting sections that are not relevant:
73
 
74
- ## Key Summary
75
-
76
- ### Overview
77
- - 1–3 bullets on what you did this turn (e.g. analysis, training, deployment).
78
-
79
- ### Dataset Shape & Target (only if a dataset was analyzed)
80
- - 1–3 bullets about rows, columns, target variable, and class balance.
81
-
82
  ### Data Analysis (only if a dataset was analyzed)
83
- - Please provide a detailed data analysis report in two paragraphs.
84
 
85
  ### Model Performance (only if a model was trained)
86
  - 1–3 bullets with key metrics (e.g. Accuracy, F1, ROC-AUC).
 
71
 
72
  Always reply in this Markdown structure, omitting sections that are not relevant:
73
 
 
 
 
 
 
 
 
 
74
  ### Data Analysis (only if a dataset was analyzed)
75
+ - Please provide a detailed data analysis report in bullet style, highlighting key insights.
76
 
77
  ### Model Performance (only if a model was trained)
78
  - 1–3 bullets with key metrics (e.g. Accuracy, F1, ROC-AUC).