Skip to content

Commit

Permalink
App: UI tweeks - Final
Browse files Browse the repository at this point in the history
Signed-off-by: vamsee9 <[email protected]>
  • Loading branch information
vamsee9 committed Jan 28, 2021
1 parent 1c0d5e6 commit 89f1d7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions veg_ml/lib/Home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ class _HomeState extends State<Home> {
appBar: AppBar(
backgroundColor: Colors.black,
title: Text(
'Fruits and Veggies Neural Network',
'TangeloML',
style: TextStyle(
color: Colors.white,
fontWeight: FontWeight.w200,
fontWeight: FontWeight.bold,
fontSize: 20,
letterSpacing: 0.8),
),
Expand Down Expand Up @@ -117,6 +117,7 @@ class _HomeState extends State<Home> {
Divider(
height: 25,
thickness: 1,
color: Colors.white,
),
_output != null
? Text(
Expand All @@ -130,6 +131,7 @@ class _HomeState extends State<Home> {
Divider(
height: 25,
thickness: 1,
color: Colors.white,
),
],
),
Expand Down

0 comments on commit 89f1d7c

Please sign in to comment.