From 8622af6eb849300762d87fb13e7e0e35c541f7ce Mon Sep 17 00:00:00 2001 From: Vaibhav Lakhera Date: Thu, 1 Feb 2024 21:28:44 +0530 Subject: [PATCH] Added Youtube Link and refactored a/c app --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 712bb23..ba9c02d 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,17 @@ Google Gemini-based Bot. -#### Screenshots: - +## Youtube Link: https://youtube.com/shorts/bQyymSsTWo4?feature=share - - - - +#### Screenshots: +

+ + + + +

### Features @@ -22,23 +24,21 @@ Google Gemini-based Bot. ### Project Structure ``` -paper/ +ASKCROW/ |- android/ |- assets/ |- build/ |- lib/ +|- .env |- pubspec.yaml |-README.md ``` ``` lib/ -|- client/ |- common/ -|- constants/ |- models/ -|- repository/ -|- views/ +|- features/ |- main.dart ```