We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcbca40 commit 0618662Copy full SHA for 0618662
sw_app/lib/widgets/charts.dart
@@ -16,7 +16,6 @@ class Charts extends StatefulWidget{
16
_ChartsState createState() => _ChartsState();
17
}
18
19
-
20
class _ChartsState extends State<Charts> {
21
final _modelFile = 'model.tflite';
22
double x = 0,
0 commit comments